Fix small grammar issue on projects show page

This commit is contained in:
Andrew Widdersheim 2015-02-10 11:23:48 -05:00
parent 367dee33e2
commit cd05782bc5

View file

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