Commit 67b78fa74fee1d8d86f18e48c91db51479daa960

Authored by Dmitriy Zaporozhets
1 parent ac07a6c6

Show commit amount per day on commits page

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
app/views/commits/_commits.html.haml
... ... @@ -3,4 +3,7 @@
3 3 %h5.title
4 4 %i.icon-calendar
5 5 %span= day.stamp("28 Aug, 2010")
  6 +
  7 + .pull-right
  8 + %small= pluralize(commits.count, 'commit')
6 9 %ul.well-list= render commits
... ...