summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-19 16:17:37 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-19 16:17:37 -0700
commit00c042ea7c8c89a3001323a8eb216bd85f84db6c (patch)
tree8fdc9e9789d9da4c5580ed6a074236064a306f06
parentdf8b4ab45921e68a5efbd1bcf98fbf5139193ad5 (diff)
parentcd05782bc589421ff744c057117283da8c956ce5 (diff)
downloadgitlab-ce-00c042ea7c8c89a3001323a8eb216bd85f84db6c.tar.gz
Merge pull request #8772 from awiddersheim/fix/grammar_projects_show
Fix small grammar issue on projects show page
-rw-r--r--app/views/projects/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index cfa6cda0466..cfa6f558dd6 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -73,7 +73,7 @@
%span.light Created on
#{@project.created_at.stamp('Aug 22, 2013')}
%p
- %span.light Owned by
+ %span.light Owned by #{@project.group ? "the" : nil}
- if @project.group
#{link_to @project.group.name, @project.group} group
- else