summaryrefslogtreecommitdiff
path: root/app/views/admin/projects/show.html.haml
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-01-06 16:35:17 -0500
committerRobert Speicher <rspeicher@gmail.com>2016-01-07 16:28:33 -0500
commit59305715e9d3569f47d7c2accc2106022c0a6960 (patch)
treef7a30f786312c880b4eeb6643b4502e263867eef /app/views/admin/projects/show.html.haml
parentb1539116f65c302729ca4130a30169295dcfc07e (diff)
downloadgitlab-ce-59305715e9d3569f47d7c2accc2106022c0a6960.tar.gz
Remove stamp gem
Closes #5908
Diffstat (limited to 'app/views/admin/projects/show.html.haml')
-rw-r--r--app/views/admin/projects/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/projects/show.html.haml b/app/views/admin/projects/show.html.haml
index 5260eadf95b..9c3e6ce3214 100644
--- a/app/views/admin/projects/show.html.haml
+++ b/app/views/admin/projects/show.html.haml
@@ -38,7 +38,7 @@
%li
%span.light Created on:
%strong
- = @project.created_at.stamp("March 1, 1999")
+ = @project.created_at.strftime('%B %-d, %Y')
%li
%span.light http: