summaryrefslogtreecommitdiff
path: root/app/views/shared/_new_project_item_select.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/shared/_new_project_item_select.html.haml
parent7e493b11546f15f7871a249474edf6afd418af89 (diff)
downloadgitlab-ce-e23c1d88e2d20ffd5cadde6bb06148b9295461b5.tar.gz
Replace bootstrap caret with fontawesome caret
Diffstat (limited to 'app/views/shared/_new_project_item_select.html.haml')
-rw-r--r--app/views/shared/_new_project_item_select.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_new_project_item_select.html.haml b/app/views/shared/_new_project_item_select.html.haml
index 51622931e24..fbbf6f358c5 100644
--- a/app/views/shared/_new_project_item_select.html.haml
+++ b/app/views/shared/_new_project_item_select.html.haml
@@ -3,7 +3,7 @@
= project_select_tag :project_path, class: "project-item-select", data: { include_groups: local_assigns[:include_groups], order_by: 'last_activity_at' }
%a.btn.btn-new.new-project-item-select-button
= local_assigns[:label]
- %b.caret
+ = icon('caret-down')
:javascript
$('.new-project-item-select-button').on('click', function() {