gitlabhq/app/views/commits/_commits.html.haml
2012-02-06 22:32:04 +02:00

7 lines
258 B
Plaintext

- @commits.group_by { |c| c.committed_date.to_date }.each do |day, commits|
%div{ :class => "commits-date ui-box ui-box-small ui-box-big" }
.day-commits-table
%h5.underlined= day.stamp("28 Aug, 2010")
%br
%ul.unstyled= render commits