Преглед изворни кода

Add icon to Filter List by Title

Ben0it-T пре 3 година
родитељ
комит
705e6d7e3a
1 измењених фајлова са 3 додато и 1 уклоњено
  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")