Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_commits.html.haml « commits « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 933780e453419e6c2429c317c1b5f7dc039da76a (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
    %h5.title
      %i.icon-calendar
      %span= day.stamp("28 Aug, 2010")

      .pull-right
        %small= pluralize(commits.count, 'commit')
    %ul.well-list= render commits