summaryrefslogtreecommitdiff
path: root/app/views/shared/_project_filter.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_project_filter.html.haml')
-rw-r--r--app/views/shared/_project_filter.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/shared/_project_filter.html.haml b/app/views/shared/_project_filter.html.haml
index 5e7d1c2c885..ea6a49e1501 100644
--- a/app/views/shared/_project_filter.html.haml
+++ b/app/views/shared/_project_filter.html.haml
@@ -38,7 +38,7 @@
Labels
%small.pull-right
= link_to project_labels_path(@project), class: 'light' do
- %i.icon-edit
+ %i.fa.fa-pencil-square-o
%ul.nav.nav-pills.nav-stacked.nav-small.labels-filter
- @project.labels.order_by_name.each do |label|
%li{class: label_filter_class(label.name)}
@@ -46,7 +46,7 @@
= render_colored_label(label)
- if selected_label?(label.name)
.pull-right
- %i.icon-remove
+ %i.fa.fa-times
- if @project.labels.empty?
.light-well
@@ -58,7 +58,7 @@
%fieldset
- if %w(state scope milestone_id assignee_id label_name).select { |k| params[k].present? }.any?
= link_to project_entities_path, class: 'cgray pull-right' do
- %i.icon-remove
+ %i.fa.fa-times
%strong Clear filter