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

7 lines
195 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
2013-01-04 23:35:38 +01:00
%h5.title
%i.icon-calendar
= day.stamp("28 Aug, 2010")
%ul.well-list= render commits