summaryrefslogtreecommitdiff
path: root/app/views/projects/commits/_commits.html.haml
blob: acdb88913441936f88d77353b091d3578d7d0e3b (plain)
1
2
3
4
5
6
7
8
9
- @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