From f9758c726fb07d3045711c48809c72c09e930447 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 21 Dec 2011 09:48:23 +0200 Subject: fixed activities date output for projects page --- app/views/projects/_tile.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1