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
diff options
context:
space:
mode:
authorMarc Radulescu <marc@gitlab.com>2014-05-22 12:35:01 +0400
committerMarc Radulescu <marc@gitlab.com>2014-05-22 12:35:01 +0400
commitd1980adf93e417850fcd3bac8caed1f2c9da7fb4 (patch)
tree4b684bb891db55b37aa2dbb8eac87eec5a19d15d /app/views/groups/_projects.html.haml
parent172ad9624599647df5682f7f2a9d2d74d947d068 (diff)
typos fixed
Diffstat (limited to 'app/views/groups/_projects.html.haml')
-rw-r--r--app/views/groups/_projects.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/_projects.html.haml b/app/views/groups/_projects.html.haml
index bd4e3156af0..41f8cb9da40 100644
--- a/app/views/groups/_projects.html.haml
+++ b/app/views/groups/_projects.html.haml
@@ -8,7 +8,7 @@
New project
%ul.well-list
- if projects.blank?
- .nothing-here-block This groups has no projects yet
+ .nothing-here-block This group has no projects yet
- projects.each do |project|
%li.project-row
= link_to project_path(project), class: dom_class(project) do