OSDN Git Service

b6404778073e5bb3ef3dd8d9318ac8d4f314c83b
[wvm/gitlab.git] / app / views / projects / commits / _commits.html.haml
1 - @commits.group_by { |c| c.committed_date.to_date }.sort.reverse.each do |day, commits|
2   .row.commits-row
3     .span2
4       %h4
5         %i.icon-calendar
6         %span= day.stamp("28 Aug, 2010")
7       %p= pluralize(commits.count, 'commit')
8     .span10
9       %ul.well-list
10         = render commits, project: @project
11   %hr.lists-separator