Commit f9758c726fb07d3045711c48809c72c09e930447

Authored by Dmitriy Zaporozhets
1 parent 9a2a8612

fixed activities date output for projects page

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/projects/_tile.html.haml
... ... @@ -11,7 +11,7 @@
11 11 %p.title.activity
12 12 %span Last Activity:
13 13 - if project.last_activity_date_cached
14   - = project.last_activity_date_cached.stamp("24 Aug, 2011")
  14 + = project.last_activity_date_cached.stamp("Aug 24, 2011")
15 15 - else
16 16 Never
17 17  
... ...