Commit 868629dc40ca98ce3ad5740b27fe176c853ad72d
Exists in
spb-stable
and in
2 other branches
Merge pull request #7077 from bbodenmiller/patch-2
improve no projects screen
Showing
1 changed file
with
3 additions
and
4 deletions
Show diff stats
app/views/dashboard/_zero_authorized_projects.html.haml
1 | %h3.page-title Welcome to GitLab! | 1 | %h3.page-title Welcome to GitLab! |
2 | -%p.light Self Hosted Git Management application. | 2 | +%p.light Self hosted Git management application. |
3 | %hr | 3 | %hr |
4 | %div | 4 | %div |
5 | .dashboard-intro-icon | 5 | .dashboard-intro-icon |
@@ -11,9 +11,8 @@ | @@ -11,9 +11,8 @@ | ||
11 | - if current_user.can_create_project? | 11 | - if current_user.can_create_project? |
12 | You can create up to | 12 | You can create up to |
13 | %strong= pluralize(current_user.projects_limit, "project") + "." | 13 | %strong= pluralize(current_user.projects_limit, "project") + "." |
14 | - Click on the button below to add a new one | ||
15 | - else | 14 | - else |
16 | - If you are added to a project, it will be displayed here | 15 | + If you are added to a project, it will be displayed here. |
17 | 16 | ||
18 | - if current_user.can_create_project? | 17 | - if current_user.can_create_project? |
19 | .link_holder | 18 | .link_holder |
@@ -29,7 +28,7 @@ | @@ -29,7 +28,7 @@ | ||
29 | %p.slead | 28 | %p.slead |
30 | You can create a group for several dependent projects. | 29 | You can create a group for several dependent projects. |
31 | %br | 30 | %br |
32 | - Groups are the best way to manage projects and members | 31 | + Groups are the best way to manage projects and members. |
33 | .link_holder | 32 | .link_holder |
34 | = link_to new_group_path, class: "btn btn-new" do | 33 | = link_to new_group_path, class: "btn btn-new" do |
35 | New group » | 34 | New group » |