From 1e717988d71e3c2a62f7410628812d8439cf6684 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 3 Mar 2016 16:38:15 +0100 Subject: Use helper for font-awesome icons Signed-off-by: Dmitriy Zaporozhets --- app/views/explore/projects/_filter.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/explore') diff --git a/app/views/explore/projects/_filter.html.haml b/app/views/explore/projects/_filter.html.haml index 476ff584c9f..39e3e8e2738 100644 --- a/app/views/explore/projects/_filter.html.haml +++ b/app/views/explore/projects/_filter.html.haml @@ -1,7 +1,7 @@ - if current_user .dropdown %a.dropdown-toggle.btn{href: '#', "data-toggle" => "dropdown"} - %i.fa.fa-globe + = icon('globe') %span.light Visibility: - if params[:visibility_level].present? = visibility_level_label(params[:visibility_level].to_i) @@ -21,7 +21,7 @@ - if @tags.present? .dropdown %a.dropdown-toggle.btn{href: '#', "data-toggle" => "dropdown"} - %i.fa.fa-tags + = icon('tags') %span.light Tags: - if params[:tag].present? = params[:tag] -- cgit v1.2.3