Skip to content
Snippets Groups Projects
Commit 42fbc911 authored by David Pursehouse's avatar David Pursehouse
Browse files

Correct date label on project information page

The label "Created at" would be appropriate for a timestamp such
as "09:30".

However the timestamp is actually being displayed as a date in
the format "Oct 15, 2013".  In this case "Created on" is better.
parent 2fbe4fad
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -35,7 +35,7 @@
= @project.creator.try(:name) || '(deleted)'
 
%li
%span.light Created at:
%span.light Created on:
%strong
= @project.created_at.stamp("March 1, 1999")
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment