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

7 lines
213 B
Text
Raw Permalink Normal View History

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