summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/_commit_box.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/commit/_commit_box.html.haml
parent7e493b11546f15f7871a249474edf6afd418af89 (diff)
downloadgitlab-ce-e23c1d88e2d20ffd5cadde6bb06148b9295461b5.tar.gz
Replace bootstrap caret with fontawesome caret
Diffstat (limited to 'app/views/projects/commit/_commit_box.html.haml')
-rw-r--r--app/views/projects/commit/_commit_box.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit/_commit_box.html.haml b/app/views/projects/commit/_commit_box.html.haml
index 29d767e7769..0572acea007 100644
--- a/app/views/projects/commit/_commit_box.html.haml
+++ b/app/views/projects/commit/_commit_box.html.haml
@@ -14,7 +14,7 @@
.dropdown.inline
%a.btn.btn-default.dropdown-toggle{ data: { toggle: "dropdown" } }
%span.hidden-xs Options
- %span.caret.commit-options-dropdown-caret
+ = icon('caret-down', class: ".commit-options-dropdown-caret")
%ul.dropdown-menu.dropdown-menu-align-right
%li.visible-xs-block.visible-sm-block
= link_to namespace_project_tree_path(@project.namespace, @project, @commit) do