Commit f9758c72 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

fixed activities date output for projects page

parent 9a2a8612
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment