mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix warning about missing space in jade file.
Thanks to xet7 !
This commit is contained in:
parent
122a61b333
commit
067aef9de9
1 changed files with 2 additions and 2 deletions
|
|
@ -52,9 +52,9 @@ template(name="filterSidebar")
|
||||||
li(class="{{#if Filter.customFields.isSelected _id}}active{{/if}}")
|
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 }}
|
||||||
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")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue