mirror of
https://github.com/wekan/wekan.git
synced 2026-01-29 20:56:09 +01:00
Filter Sidebar Corrections
This commit is contained in:
parent
c431af27c2
commit
f6d19d2833
2 changed files with 8 additions and 1 deletions
|
|
@ -42,8 +42,14 @@ template(name="filterSidebar")
|
|||
i.fa.fa-check
|
||||
hr
|
||||
ul.sidebar-list
|
||||
li(class="{{#if Filter.customFields.isSelected undefined}}active{{/if}}")
|
||||
a.name.js-toggle-custom-fields-filter
|
||||
span.sidebar-list-item-description
|
||||
| {{_ 'filter-no-custom-fields'}}
|
||||
if Filter.customFields.isSelected undefined
|
||||
i.fa.fa-check
|
||||
each currentBoard.customFields
|
||||
li
|
||||
li(class="{{#if Filter.customFields.isSelected _id}}active{{/if}}")
|
||||
a.name.js-toggle-custom-fields-filter
|
||||
span.sidebar-list-item-description
|
||||
{{ name }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue