summaryrefslogtreecommitdiff
path: root/app/views/projects/tags/index.html.haml
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-08-23 11:02:52 -0500
committerClement Ho <ClemMakesApps@gmail.com>2016-10-05 17:39:52 -0500
commite23c1d88e2d20ffd5cadde6bb06148b9295461b5 (patch)
treece8d5d14042832e46440a6a7ab488499cb323aca /app/views/projects/tags/index.html.haml
parent7e493b11546f15f7871a249474edf6afd418af89 (diff)
downloadgitlab-ce-e23c1d88e2d20ffd5cadde6bb06148b9295461b5.tar.gz
Replace bootstrap caret with fontawesome caret
Diffstat (limited to 'app/views/projects/tags/index.html.haml')
-rw-r--r--app/views/projects/tags/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tags/index.html.haml b/app/views/projects/tags/index.html.haml
index 6adbe9351dc..7a0d9dcc94f 100644
--- a/app/views/projects/tags/index.html.haml
+++ b/app/views/projects/tags/index.html.haml
@@ -14,7 +14,7 @@
%button.dropdown-toggle.btn{ type: 'button', data: { toggle: 'dropdown'} }
%span.light
= @sort.humanize
- %b.caret
+ = icon('caret-down')
%ul.dropdown-menu.dropdown-menu-align-right
%li
= link_to filter_tags_path(sort: nil) do