summaryrefslogtreecommitdiff
path: root/app/views/projects/commits/_commits.html.haml
blob: d8b84aa504133a774eddf8784c12ab39207e975d (plain)
1
2
3
4
5
6
7
8
- @commits.group_by { |c| c.committed_date.to_date }.sort.reverse.each do |day, commits|
  %div.ui-box
    .title
      %i.icon-calendar
      %span= day.stamp("28 Aug, 2010")
      .pull-right
        %small= pluralize(commits.count, 'commit')
    %ul.well-list= render commits, :project => @project