summaryrefslogtreecommitdiff
path: root/app/views/shared/_new_project_item_select.html.haml
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2017-09-07 22:46:24 +0000
committerClement Ho <clemmakesapps@gmail.com>2017-09-07 22:46:24 +0000
commit129e32178187b1b94c025902d02efbb7748b4571 (patch)
treea043528786c1eb91a8db030b2d266dac7dccda9e /app/views/shared/_new_project_item_select.html.haml
parent3955dcb4cc4cf305282412988751155771bbc036 (diff)
downloadgitlab-ce-129e32178187b1b94c025902d02efbb7748b4571.tar.gz
Normalize styles for empty-state group-level new issue/MR combo button
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 dc912d800cf..ac2ebb701a5 100644
--- a/app/views/shared/_new_project_item_select.html.haml
+++ b/app/views/shared/_new_project_item_select.html.haml
@@ -1,5 +1,5 @@
- if any_projects?(@projects)
- .project-item-select-holder.btn-group.pull-right
+ .project-item-select-holder.btn-group
%a.btn.btn-new.new-project-item-link{ href: '', data: { label: local_assigns[:label], type: local_assigns[:type] } }
= icon('spinner spin')
= project_select_tag :project_path, class: "project-item-select", data: { include_groups: local_assigns[:include_groups], order_by: 'last_activity_at', relative_path: local_assigns[:path] }, with_feature_enabled: local_assigns[:with_feature_enabled]