Commit 074c4e5675f17977076da2e3d8bd8006b6ffdf7b

Authored by Yves Senn
2 parents 143a03e5 a77b00e4

Merge pull request #3988 from crazyscience/patch-3

Fixed grammatical error.
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/projects/show.html.haml
... ... @@ -38,7 +38,7 @@
38 38 %hr
39 39 %p
40 40 %p Repo Size: #{@project.repository.size} MB
41   - %p Created at: #{@project.created_at.stamp('Aug 22, 2013')}
  41 + %p Created on: #{@project.created_at.stamp('Aug 22, 2013')}
42 42 %p Owner: #{link_to @project.owner_name, @project.owner}
43 43 - if @project.forked_from_project
44 44 %p
... ...