mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04: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}}")
|
||||
a.name.js-toggle-custom-fields-filter
|
||||
span.sidebar-list-item-description
|
||||
{{ name }}
|
||||
| {{ name }}
|
||||
if Filter.customFields.isSelected _id
|
||||
i.fa.fa-check
|
||||
i.fa.fa-check
|
||||
hr
|
||||
span {{_ 'advanced-filter-label'}}
|
||||
input.js-field-advanced-filter(type="text")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue