From 67b78fa74fee1d8d86f18e48c91db51479daa960 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 3 Apr 2013 17:21:19 +0300 Subject: Show commit amount per day on commits page --- app/views/commits/_commits.html.haml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app') diff --git a/app/views/commits/_commits.html.haml b/app/views/commits/_commits.html.haml index 869d1f9c769..933780e4534 100644 --- a/app/views/commits/_commits.html.haml +++ b/app/views/commits/_commits.html.haml @@ -3,4 +3,7 @@ %h5.title %i.icon-calendar %span= day.stamp("28 Aug, 2010") + + .pull-right + %small= pluralize(commits.count, 'commit') %ul.well-list= render commits -- cgit v1.2.1