mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 09:20:12 +01:00
forgot a '
This commit is contained in:
parent
dd7c9997a9
commit
2119a6568b
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ template(name="filterSidebar")
|
||||||
if Filter.customFields.isSelected _id
|
if Filter.customFields.isSelected _id
|
||||||
i.fa.fa-check
|
i.fa.fa-check
|
||||||
hr
|
hr
|
||||||
span {{_ 'advanced-filter-label}}
|
span {{_ 'advanced-filter-label'}}
|
||||||
input.js-field-advanced-filter(type="text")
|
input.js-field-advanced-filter(type="text")
|
||||||
span {{_ 'advanced-filter-description'}}
|
span {{_ 'advanced-filter-description'}}
|
||||||
if Filter.isActive
|
if Filter.isActive
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue