Merge pull request #8772 from awiddersheim/fix/grammar_projects_show

Fix small grammar issue on projects show page
This commit is contained in:
Dmitriy Zaporozhets 2015-03-19 16:17:37 -07:00
commit 00c042ea7c
1 changed files with 1 additions and 1 deletions

View File

@ -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