summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/projects/_tile.html.haml2
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