Commit 868629dc40ca98ce3ad5740b27fe176c853ad72d

Authored by Dmitriy Zaporozhets
2 parents bb367689 829c7282

Merge pull request #7077 from bbodenmiller/patch-2

improve no projects screen
app/views/dashboard/_zero_authorized_projects.html.haml
1 1 %h3.page-title Welcome to GitLab!
2   -%p.light Self Hosted Git Management application.
  2 +%p.light Self hosted Git management application.
3 3 %hr
4 4 %div
5 5 .dashboard-intro-icon
... ... @@ -11,9 +11,8 @@
11 11 - if current_user.can_create_project?
12 12 You can create up to
13 13 %strong= pluralize(current_user.projects_limit, "project") + "."
14   - Click on the button below to add a new one
15 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 17 - if current_user.can_create_project?
19 18 .link_holder
... ... @@ -29,7 +28,7 @@
29 28 %p.slead
30 29 You can create a group for several dependent projects.
31 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 32 .link_holder
34 33 = link_to new_group_path, class: "btn btn-new" do
35 34 New group »
... ...