mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04: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.
|
||||
|
||||
template(name="filterSidebar")
|
||||
h3 {{_ 'list-filter-label'}}
|
||||
h3
|
||||
i.fa.fa-trello
|
||||
| {{_ 'list-filter-label'}}
|
||||
ul.sidebar-list
|
||||
form.js-list-filter
|
||||
input(type="text")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue