Commit c34092ebdcb597b0965df4d2c400672e4103e52d

Authored by Dmitriy Zaporozhets
1 parent 12c01d74

fixed commit date

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/commits/show.html.haml
... ... @@ -16,7 +16,7 @@
16 16 %td= @commit.author_name
17 17 %tr
18 18 %td Commited Date
19   - %td= @commit.committed_date.stamp("21 Aug 2011, 11:15pm")
  19 + %td= @commit.created_at.stamp("Aug 21, 2011, 11:15pm")
20 20 %tr
21 21 %td Message
22 22 %td
... ...