Fix small grammar issue on projects show page
This commit is contained in:
parent
367dee33e2
commit
cd05782bc5
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,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
|
||||
|
|
Loading…
Reference in a new issue