gitlabhq/app/views/commits/_commits.html.haml
2013-01-04 23:35:31 +02:00

7 lines
195 B
Plaintext

- @commits.group_by { |c| c.committed_date.to_date }.each do |day, commits|
%div.ui-box
%h6.title
%i.icon-calendar
= day.stamp("28 Aug, 2010")
%ul.well-list= render commits