Commit 42fbc911 authored by David Pursehouse's avatar David Pursehouse

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
......@@ -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")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment