diff --git a/app/views/projects/_tile.html.haml b/app/views/projects/_tile.html.haml index 3bccaaa..d954904 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 -- libgit2 0.21.2