Commit c34092ebdcb597b0965df4d2c400672e4103e52d
1 parent
12c01d74
Exists in
master
and in
4 other branches
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,7 +16,7 @@ | ||
16 | %td= @commit.author_name | 16 | %td= @commit.author_name |
17 | %tr | 17 | %tr |
18 | %td Commited Date | 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 | %tr | 20 | %tr |
21 | %td Message | 21 | %td Message |
22 | %td | 22 | %td |