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
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/dashboard/projects/_blank_state_admin_welcome.html.haml')
-rw-r--r--app/views/dashboard/projects/_blank_state_admin_welcome.html.haml19
1 files changed, 15 insertions, 4 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 486ca8d3924..4fe40054170 100644
--- a/app/views/dashboard/projects/_blank_state_admin_welcome.html.haml
+++ b/app/views/dashboard/projects/_blank_state_admin_welcome.html.haml
@@ -1,14 +1,14 @@
.row
.col-md-6
- = link_to new_admin_user_path, class: "blank-state-link" do
+ = link_to new_project_path, class: "blank-state-link" do
.blank-state
.blank-state-icon
- = custom_icon("add_new_user", size: 50)
+ = custom_icon("add_new_project", size: 50)
.blank-state-body
%h3.blank-state-title
- Add user
+ Create a project
%p.blank-state-text
- Add your team members and others to GitLab.
+ Projects are where you store your code, access issues, wiki and other features of GitLab.
- if current_user.can_create_group?
.col-md-6
@@ -23,6 +23,17 @@
Groups are a great way to organize projects and people.
.col-md-6
+ = link_to "new_admin_user_path", class: "blank-state-link" do
+ .blank-state
+ .blank-state-icon
+ = custom_icon("add_new_user", size: 50)
+ .blank-state-body
+ %h3.blank-state-title
+ Add user
+ %p.blank-state-text
+ Add your team members and others to GitLab.
+
+ .col-md-6
= link_to admin_root_path, class: "blank-state-link" do
.blank-state
.blank-state-icon