Skip to content
Snippets Groups Projects
Verified Commit ddf288f0 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Moved groups above projects

parent fc035011
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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)
Loading
Loading
@@ -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
Loading
Loading
---
title: Moved new projects button below new group button on the welcome screen
merge_request: 7770
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment