Moved groups above projects

This commit is contained in:
Luke "Jared" Bennett 2016-11-26 13:55:47 +00:00
parent fc03501183
commit ddf288f0d0
No known key found for this signature in database
GPG key ID: 402ED51FB5D306C2
2 changed files with 16 additions and 11 deletions

View file

@ -4,6 +4,18 @@
Welcome to GitLab
%p.blank-state-text
Code, test, and deploy together
- if current_user.can_create_group?
.blank-state
.blank-state-icon
= custom_icon("group", size: 50)
%h3.blank-state-title
You can create a group for several dependent projects.
%p.blank-state-text
Groups are the best way to manage projects and members.
= link_to new_group_path, class: "btn btn-new" do
New group
.blank-state
.blank-state-icon
= custom_icon("project", size: 50)
@ -21,17 +33,6 @@
= link_to new_project_path, class: "btn btn-new" do
New project
- if current_user.can_create_group?
.blank-state
.blank-state-icon
= custom_icon("group", size: 50)
%h3.blank-state-title
You can create a group for several dependent projects.
%p.blank-state-text
Groups are the best way to manage projects and members.
= link_to new_group_path, class: "btn btn-new" do
New group
-if publicish_project_count > 0
.blank-state
.blank-state-icon

View file

@ -0,0 +1,4 @@
---
title: Moved new projects button below new group button on the welcome screen
merge_request: 7770
author: