diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-03 17:21:19 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-03 17:21:19 +0300 |
commit | 67b78fa74fee1d8d86f18e48c91db51479daa960 (patch) | |
tree | 4ca62ec260dd83df634e213cab34e23890871ae3 /app | |
parent | ac07a6c6003170e013562714e9f9bc0a58bed874 (diff) | |
download | gitlab-ce-67b78fa74fee1d8d86f18e48c91db51479daa960.tar.gz |
Show commit amount per day on commits page
Diffstat (limited to 'app')
-rw-r--r-- | app/views/commits/_commits.html.haml | 3 |
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 |