summaryrefslogtreecommitdiff
path: root/app/views/shared/_new_project_item_select.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-06-08 17:32:49 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-06-08 17:32:49 +0300
commitbf9e482695481f5a3ec32f7c36d7ec051ec96fa5 (patch)
treee0fad44662121313a1784997543fac9f87b093e2 /app/views/shared/_new_project_item_select.html.haml
parent1dc001730b7d08100c0af8c210b5768c7dfbdd32 (diff)
downloadgitlab-ce-bf9e482695481f5a3ec32f7c36d7ec051ec96fa5.tar.gz
Remove unnecessary icons from buttonsdz-improve-ui-consistency
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/shared/_new_project_item_select.html.haml')
-rw-r--r--app/views/shared/_new_project_item_select.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/shared/_new_project_item_select.html.haml b/app/views/shared/_new_project_item_select.html.haml
index 1c58345278a..51622931e24 100644
--- a/app/views/shared/_new_project_item_select.html.haml
+++ b/app/views/shared/_new_project_item_select.html.haml
@@ -1,8 +1,7 @@
- if @projects.any?
- .prepend-left-10.project-item-select-holder
+ .project-item-select-holder
= 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
- = icon('plus')
= local_assigns[:label]
%b.caret