Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-12-06 15:49:34 +0300
committerPhil Hughes <me@iamphill.com>2017-12-06 15:49:34 +0300
commit4783f15a2dc1d6f42532e59ed68b5c7d9a7426f8 (patch)
tree05eba0e3f5538b772a43f73bde3a69cb20d6be1b /app/views
parent6836078304f8eb889c1d3324c4bcf04a1168afcd (diff)
Fixes admin welcome states new group path
Closes #40645
Diffstat (limited to 'app/views')
-rw-r--r--app/views/dashboard/projects/_blank_state_admin_welcome.html.haml2
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)