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: c9217989884ac38112a1f60ba14de2f5a3ebd331 (plain)
1
2
3
4
5
6
- @commits.group_by { |c| c.committed_date.to_date }.each do |day, commits|
  %div.ui-box
    %h5.small
      %i.icon-calendar
      = day.stamp("28 Aug, 2010")
    %ul.well-list= render commits