diff --git a/app/views/commits/_commits.html.haml b/app/views/commits/_commits.html.haml index 0dc6664c1d6c078ae06db3f32c1843f2ae8836a3..e7ed971d7e83a4b034f8749b1b8030fed0a4cd58 100644 --- a/app/views/commits/_commits.html.haml +++ b/app/views/commits/_commits.html.haml @@ -1,6 +1,6 @@ - @commits.group_by { |c| c.committed_date.to_date }.each do |day, commits| %div.ui-box %h5.title - %i.icon-calendar + %i.icon-calendar= ' ' = day.stamp("28 Aug, 2010") %ul.well-list= render commits