gitlabhq/app/views/commits/_commits.html.haml
2012-07-16 08:03:10 +03:00

7 lines
194 B
Plaintext

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