From: crazyscience Date: Sat, 18 May 2013 22:46:48 +0000 (-0600) Subject: Fixed grammatical error. X-Git-Tag: v5.2.0~6^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a77b00e49bc3017b39e07608c2c00b68797de532;p=wvm%2Fgitlab.git Fixed grammatical error. --- diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml index 8a0951301..b2e9fd843 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