diff --git a/app/views/commits/show.html.haml b/app/views/commits/show.html.haml index 0ebd971..4ff1aaf 100644 --- a/app/views/commits/show.html.haml +++ b/app/views/commits/show.html.haml @@ -16,7 +16,7 @@ %td= @commit.author_name %tr %td Commited Date - %td= @commit.committed_date.stamp("21 Aug 2011, 11:15pm") + %td= @commit.created_at.stamp("Aug 21, 2011, 11:15pm") %tr %td Message %td -- libgit2 0.21.2