Browse Source

Add icon to Filter List by Title

Ben0it-T 3 năm trước cách đây
mục cha
commit
705e6d7e3a
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      client/components/sidebar/sidebarFilters.jade

+ 3 - 1
client/components/sidebar/sidebarFilters.jade

@@ -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")