gitlabhq/app/views/commits/_commits.html.haml

7 lines
194 B
Plaintext
Raw Normal View History

2011-10-08 23:36:38 +02:00
- @commits.group_by { |c| c.committed_date.to_date }.each do |day, commits|
2012-02-12 23:12:18 +01:00
%div.ui-box
%h5.small
%i.icon-calendar
= day.stamp("28 Aug, 2010")
2012-02-12 23:12:18 +01:00
%ul.unstyled= render commits