Fixed grammatical error.
This commit is contained in:
parent
143a03e551
commit
a77b00e49b
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
%hr
|
%hr
|
||||||
%p
|
%p
|
||||||
%p Repo Size: #{@project.repository.size} MB
|
%p Repo Size: #{@project.repository.size} MB
|
||||||
%p Created at: #{@project.created_at.stamp('Aug 22, 2013')}
|
%p Created on: #{@project.created_at.stamp('Aug 22, 2013')}
|
||||||
%p Owner: #{link_to @project.owner_name, @project.owner}
|
%p Owner: #{link_to @project.owner_name, @project.owner}
|
||||||
- if @project.forked_from_project
|
- if @project.forked_from_project
|
||||||
%p
|
%p
|
||||||
|
|
Loading…
Reference in a new issue