Commit 00c042ea authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #8772 from awiddersheim/fix/grammar_projects_show

Fix small grammar issue on projects show page
parents df8b4ab4 cd05782b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment