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

7 lines
258 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|
2011-11-01 12:48:26 +02:00
%div{ :class => "commits-date ui-box ui-box-small ui-box-big" }
.day-commits-table
2012-01-27 08:57:55 +02:00
%h5.underlined= day.stamp("28 Aug, 2010")
2012-01-29 21:58:31 +02:00
%br
2012-02-06 22:32:04 +02:00
%ul.unstyled= render commits