diff options
-rw-r--r-- | app/views/projects/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml index 8a095130159..b2e9fd8431a 100644 --- a/app/views/projects/show.html.haml +++ b/app/views/projects/show.html.haml @@ -38,7 +38,7 @@ %hr %p %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} - if @project.forked_from_project %p |