summaryrefslogtreecommitdiff
path: root/app/views/groups/_home_panel.html.haml
diff options
context:
space:
mode:
authorDennis Tang <dtang@gitlab.com>2019-03-20 20:18:43 +0000
committerDennis Tang <dtang@gitlab.com>2019-03-20 21:31:06 +0000
commite491dc251f4adbb6a12c5609400867026c520c71 (patch)
tree9490d310cb91e9b60c671b5ab39a6eb8d8d75275 /app/views/groups/_home_panel.html.haml
parentfbc49fa332fb2302b13a556af02efcc18b3e004d (diff)
downloadgitlab-ce-e491dc251f4adbb6a12c5609400867026c520c71.tar.gz
Fix misalignment of group overview page buttons
Diffstat (limited to 'app/views/groups/_home_panel.html.haml')
-rw-r--r--app/views/groups/_home_panel.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/_home_panel.html.haml b/app/views/groups/_home_panel.html.haml
index dbd01c3c61a..4daf3683eaf 100644
--- a/app/views/groups/_home_panel.html.haml
+++ b/app/views/groups/_home_panel.html.haml
@@ -47,7 +47,7 @@
%strong= new_subgroup_label
%span= s_("GroupsTree|Create a subgroup in this group.")
- else
- = link_to new_project_label, new_project_path(namespace_id: @group.id), class: "btn btn-success"
+ = link_to new_project_label, new_project_path(namespace_id: @group.id), class: "btn btn-success prepend-top-default"
- if @group.description.present?
.group-home-desc.mt-1