Fix warning about missing space in jade file.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2018-07-03 23:33:28 +03:00
parent 122a61b333
commit 067aef9de9

View file

@ -52,7 +52,7 @@ 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
hr