summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-03 17:21:19 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-03 17:21:19 +0300
commit67b78fa74fee1d8d86f18e48c91db51479daa960 (patch)
tree4ca62ec260dd83df634e213cab34e23890871ae3 /app
parentac07a6c6003170e013562714e9f9bc0a58bed874 (diff)
downloadgitlab-ce-67b78fa74fee1d8d86f18e48c91db51479daa960.tar.gz
Show commit amount per day on commits page
Diffstat (limited to 'app')
-rw-r--r--app/views/commits/_commits.html.haml3
1 files changed, 3 insertions, 0 deletions
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