summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-17 15:03:48 +0000
committerClement Ho <clemmakesapps@gmail.com>2017-05-17 15:03:48 +0000
commit1c82fdf217cdc6f226c3bb45d58ed4da8ab04155 (patch)
tree96c883e6691699a48eae045181aa22993d07e37c /app/views/shared/issuable
parentd0db4080260a7ee8b276b825d1624fcc8dca54cb (diff)
downloadgitlab-ce-1c82fdf217cdc6f226c3bb45d58ed4da8ab04155.tar.gz
Convert fa-history to svg; tweak alignment
Diffstat (limited to 'app/views/shared/issuable')
-rw-r--r--app/views/shared/issuable/_search_bar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_search_bar.html.haml b/app/views/shared/issuable/_search_bar.html.haml
index 0e535117353..80974bdb066 100644
--- a/app/views/shared/issuable/_search_bar.html.haml
+++ b/app/views/shared/issuable/_search_bar.html.haml
@@ -13,7 +13,7 @@
.issues-other-filters.filtered-search-wrapper
.filtered-search-box
- if type != :boards_modal && type != :boards
- = dropdown_tag(content_tag(:i, '', class: 'fa fa-history'),
+ = dropdown_tag(custom_icon('icon_history'),
options: { wrapper_class: "filtered-search-history-dropdown-wrapper",
toggle_class: "filtered-search-history-dropdown-toggle-button",
dropdown_class: "filtered-search-history-dropdown",