mirror of
https://github.com/wekan/wekan.git
synced 2025-12-19 08:50: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,7 +52,7 @@ 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue