fixed activities date output for projects page
This commit is contained in:
parent
9a2a861276
commit
f9758c726f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
%p.title.activity
|
%p.title.activity
|
||||||
%span Last Activity:
|
%span Last Activity:
|
||||||
- if project.last_activity_date_cached
|
- 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
|
- else
|
||||||
Never
|
Never
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue