diff options
author | Phil Hughes <me@iamphill.com> | 2017-12-06 12:49:34 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-12-06 12:49:34 +0000 |
commit | 4783f15a2dc1d6f42532e59ed68b5c7d9a7426f8 (patch) | |
tree | 05eba0e3f5538b772a43f73bde3a69cb20d6be1b /app/views/dashboard | |
parent | 6836078304f8eb889c1d3324c4bcf04a1168afcd (diff) | |
download | gitlab-ce-4783f15a2dc1d6f42532e59ed68b5c7d9a7426f8.tar.gz |
Fixes admin welcome states new group pathadmin-welcome-new-group-link
Closes #40645
Diffstat (limited to 'app/views/dashboard')
-rw-r--r-- | app/views/dashboard/projects/_blank_state_admin_welcome.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/projects/_blank_state_admin_welcome.html.haml b/app/views/dashboard/projects/_blank_state_admin_welcome.html.haml index 573a4b93d67..c50b20a83dc 100644 --- a/app/views/dashboard/projects/_blank_state_admin_welcome.html.haml +++ b/app/views/dashboard/projects/_blank_state_admin_welcome.html.haml @@ -10,7 +10,7 @@ Projects are where you store your code, access issues, wiki and other features of GitLab. - if current_user.can_create_group? - = link_to admin_root_path, class: "blank-state-link" do + = link_to new_group_path, class: "blank-state-link" do .blank-state .blank-state-icon = custom_icon("add_new_group", size: 50) |