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

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