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

5 lines
158 B
Text
Raw Normal View History

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