mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Update boardHeader.jade
This commit is contained in:
parent
b9cbab2577
commit
977c63eb2f
1 changed files with 4 additions and 4 deletions
|
|
@ -39,9 +39,9 @@ template(name="boardHeaderBar")
|
||||||
span {{_ watchLevel}}
|
span {{_ watchLevel}}
|
||||||
a.board-header-btn(title="{{_ 'sort-cards'}}" class="{{#if isSortActive }}emphasis{{else}} js-sort-cards {{/if}}")
|
a.board-header-btn(title="{{_ 'sort-cards'}}" class="{{#if isSortActive }}emphasis{{else}} js-sort-cards {{/if}}")
|
||||||
i.fa.fa-sort
|
i.fa.fa-sort
|
||||||
span {{#if isSortActive }}{{_ 'Sort is on'}}{{else}}{{_ 'sort-cards'}}{{/if}}
|
span {{#if isSortActive }}{{_ 'sort-is-on'}}{{else}}{{_ 'sort-cards'}}{{/if}}
|
||||||
if isSortActive
|
if isSortActive
|
||||||
a.board-header-btn-close.js-sort-reset(title="Remove Sort")
|
a.board-header-btn-close.js-sort-reset(title="{{_ 'remove-sort'}}")
|
||||||
i.fa.fa-times-thin
|
i.fa.fa-times-thin
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
@ -82,9 +82,9 @@ template(name="boardHeaderBar")
|
||||||
span {{_ watchLevel}}
|
span {{_ watchLevel}}
|
||||||
a.board-header-btn(title="{{_ 'sort-cards'}}" class="{{#if isSortActive }}emphasis{{else}} js-sort-cards {{/if}}")
|
a.board-header-btn(title="{{_ 'sort-cards'}}" class="{{#if isSortActive }}emphasis{{else}} js-sort-cards {{/if}}")
|
||||||
i.fa.fa-sort
|
i.fa.fa-sort
|
||||||
span {{#if isSortActive }}{{_ 'Sort is on'}}{{else}}{{_ 'sort-cards'}}{{/if}}
|
span {{#if isSortActive }}{{_ 'sort-is-on'}}{{else}}{{_ 'sort-cards'}}{{/if}}
|
||||||
if isSortActive
|
if isSortActive
|
||||||
a.board-header-btn-close.js-sort-reset(title="Remove Sort")
|
a.board-header-btn-close.js-sort-reset(title="{{_ 'remove-sort'}}")
|
||||||
i.fa.fa-times-thin
|
i.fa.fa-times-thin
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue