Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2014-06-05 05:14:31 +0400
committerBen Bodenmiller <bbodenmiller@hotmail.com>2014-06-05 05:14:31 +0400
commit829c7282a3f3372f6cb1465c65d7b03309b889dd (patch)
tree7f6547c3abef8dddc32d1d6a1e1382f9cc1ded90 /app
parenta76bf07ae2ecaf47dab58cbeac37cb82ae8d3ad8 (diff)
improve no projects screen
* correct odd capitalization pattern in tagline * remove "click on button" statement as telling a user to click something is not a good web development practice * add missing period for consistency
Diffstat (limited to 'app')
-rw-r--r--app/views/dashboard/_zero_authorized_projects.html.haml7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/views/dashboard/_zero_authorized_projects.html.haml b/app/views/dashboard/_zero_authorized_projects.html.haml
index e0993293eab..ee086d88e3e 100644
--- a/app/views/dashboard/_zero_authorized_projects.html.haml
+++ b/app/views/dashboard/_zero_authorized_projects.html.haml
@@ -1,5 +1,5 @@
%h3.page-title Welcome to GitLab!
-%p.light Self Hosted Git Management application.
+%p.light Self hosted Git management application.
%hr
%div
.dashboard-intro-icon
@@ -11,9 +11,8 @@
- if current_user.can_create_project?
You can create up to
%strong= pluralize(current_user.projects_limit, "project") + "."
- Click on the button below to add a new one
- else
- If you are added to a project, it will be displayed here
+ If you are added to a project, it will be displayed here.
- if current_user.can_create_project?
.link_holder
@@ -29,7 +28,7 @@
%p.slead
You can create a group for several dependent projects.
%br
- Groups are the best way to manage projects and members
+ Groups are the best way to manage projects and members.
.link_holder
= link_to new_group_path, class: "btn btn-new" do
New group ยป