mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Board View, sort cards also in mobile view
This commit is contained in:
parent
a09b7a4002
commit
6f09987b07
1 changed files with 6 additions and 0 deletions
|
@ -80,6 +80,12 @@ template(name="boardHeaderBar")
|
|||
if $eq watchLevel "muted"
|
||||
i.fa.fa-bell-slash
|
||||
span {{_ watchLevel}}
|
||||
a.board-header-btn(title="{{_ 'sort-cards'}}" class="{{#if isSortActive }}emphasis{{else}} js-sort-cards {{/if}}")
|
||||
i.fa.fa-sort
|
||||
span {{#if isSortActive }}{{_ 'Sort is on'}}{{else}}{{_ 'sort-cards'}}{{/if}}
|
||||
if isSortActive
|
||||
a.board-header-btn-close.js-sort-reset(title="Remove Sort")
|
||||
i.fa.fa-times-thin
|
||||
|
||||
else
|
||||
a.board-header-btn.js-log-in(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue