mirror of
https://github.com/wekan/wekan.git
synced 2026-03-03 12:20:15 +01:00
Add icon to Filter List by Title
This commit is contained in:
parent
6c83cb5b44
commit
705e6d7e3a
1 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,9 @@
|
||||||
and #each x in y constructors to fix this.
|
and #each x in y constructors to fix this.
|
||||||
|
|
||||||
template(name="filterSidebar")
|
template(name="filterSidebar")
|
||||||
h3 {{_ 'list-filter-label'}}
|
h3
|
||||||
|
i.fa.fa-trello
|
||||||
|
| {{_ 'list-filter-label'}}
|
||||||
ul.sidebar-list
|
ul.sidebar-list
|
||||||
form.js-list-filter
|
form.js-list-filter
|
||||||
input(type="text")
|
input(type="text")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue