gitlabhq/app/views/commits/_commits.html.haml
2012-02-13 00:12:18 +02:00

5 lines
158 B
Plaintext

- @commits.group_by { |c| c.committed_date.to_date }.each do |day, commits|
%div.ui-box
%h5= day.stamp("28 Aug, 2010")
%ul.unstyled= render commits