mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 21:26:07 +10:00
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.
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user