mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +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
|
i.fa.fa-check
|
||||||
hr
|
hr
|
||||||
ul.sidebar-list
|
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
|
each currentBoard.customFields
|
||||||
li
|
li(class="{{#if Filter.customFields.isSelected _id}}active{{/if}}")
|
||||||
a.name.js-toggle-custom-fields-filter
|
a.name.js-toggle-custom-fields-filter
|
||||||
span.sidebar-list-item-description
|
span.sidebar-list-item-description
|
||||||
{{ name }}
|
{{ name }}
|
||||||
|
|
|
||||||
|
|
@ -242,6 +242,7 @@
|
||||||
"filter-clear": "Clear filter",
|
"filter-clear": "Clear filter",
|
||||||
"filter-no-label": "No label",
|
"filter-no-label": "No label",
|
||||||
"filter-no-member": "No member",
|
"filter-no-member": "No member",
|
||||||
|
"filter-no-custom-fields": "No Custom Fields",
|
||||||
"filter-on": "Filter is on",
|
"filter-on": "Filter is on",
|
||||||
"filter-on-desc": "You are filtering cards on this board. Click here to edit filter.",
|
"filter-on-desc": "You are filtering cards on this board. Click here to edit filter.",
|
||||||
"filter-to-selection": "Filter to selection",
|
"filter-to-selection": "Filter to selection",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue