diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2011-12-21 09:48:23 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2011-12-21 09:48:23 +0200 |
commit | f9758c726fb07d3045711c48809c72c09e930447 (patch) | |
tree | ca4ffd04711f084daa9e514e060767fca2232cc8 | |
parent | 9a2a8612769d472503b367fa35e99f6fb2876704 (diff) | |
download | gitlab-ce-f9758c726fb07d3045711c48809c72c09e930447.tar.gz |
fixed activities date output for projects page
-rw-r--r-- | app/views/projects/_tile.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_tile.html.haml b/app/views/projects/_tile.html.haml index 3bccaaa0b90..d9549045058 100644 --- a/app/views/projects/_tile.html.haml +++ b/app/views/projects/_tile.html.haml @@ -11,7 +11,7 @@ %p.title.activity %span Last Activity: - if project.last_activity_date_cached - = project.last_activity_date_cached.stamp("24 Aug, 2011") + = project.last_activity_date_cached.stamp("Aug 24, 2011") - else Never |