Commit 67b78fa7 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Show commit amount per day on commits page

parent ac07a6c6
...@@ -3,4 +3,7 @@ ...@@ -3,4 +3,7 @@
%h5.title %h5.title
%i.icon-calendar %i.icon-calendar
%span= day.stamp("28 Aug, 2010") %span= day.stamp("28 Aug, 2010")
.pull-right
%small= pluralize(commits.count, 'commit')
%ul.well-list= render commits %ul.well-list= render commits
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment