Commit accb3791 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix order of EE welcome screen

parent 4a9a9414
.row .row
.col-md-6 .col-md-6
= link_to new_admin_user_path, class: "blank-state-link" do - if current_user.can_create_project?
.blank-state = link_to new_project_path, class: "blank-state-link" do
.blank-state-icon .blank-state
= custom_icon("add_new_user", size: 50) .blank-state-icon
.blank-state-body = custom_icon("add_new_project", size: 50)
%h3.blank-state-title .blank-state-body
Add user %h3.blank-state-title
%p.blank-state-text Create a project
Add your team members and others to GitLab. %p.blank-state-text
You don't have access to any projects right now.
You can create up to
%strong= number_with_delimiter(current_user.projects_limit)
= succeed "." do
= "project".pluralize(current_user.projects_limit)
- if current_user.can_create_group? - if current_user.can_create_group?
.col-md-6 .col-md-6
...@@ -22,6 +27,17 @@ ...@@ -22,6 +27,17 @@
%p.blank-state-text %p.blank-state-text
Groups are a great way to organize projects and people. 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 users
%p.blank-state-text
Add your team members and others to GitLab.
.col-md-6 .col-md-6
= link_to admin_root_path, class: "blank-state-link" do = link_to admin_root_path, class: "blank-state-link" do
.blank-state .blank-state
...@@ -29,6 +45,6 @@ ...@@ -29,6 +45,6 @@
= custom_icon("configure_server", size: 50) = custom_icon("configure_server", size: 50)
.blank-state-body .blank-state-body
%h3.blank-state-title %h3.blank-state-title
Configure GitLab Configure your server
%p.blank-state-text %p.blank-state-text
Make adjustments to how your GitLab instance is set up. Make adjustments to how your GitLab instance is set up.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment