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

7 lines
213 B
Plaintext
Raw Normal View History

- @commits.group_by { |c| c.committed_date.to_date }.sort.reverse.each do |day, commits|
2012-02-12 23:12:18 +01:00
%div.ui-box
2013-01-04 23:35:38 +01:00
%h5.title
%i.icon-calendar
2013-01-25 13:18:23 +01:00
%span= day.stamp("28 Aug, 2010")
%ul.well-list= render commits