diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-19 13:24:46 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-19 13:24:46 -0400 |
commit | 601c10309dd93c55c3c825c5a5c2384d46493589 (patch) | |
tree | bcf936efe122c14b048e57da5169e9e5e4ef7a7d /templates/repo/commits.tmpl | |
parent | 757f360949989214a9161f17a82aedf2b647457a (diff) | |
download | gitea-601c10309dd93c55c3c825c5a5c2384d46493589.tar.gz gitea-601c10309dd93c55c3c825c5a5c2384d46493589.zip |
Bug fix
Diffstat (limited to 'templates/repo/commits.tmpl')
-rw-r--r-- | templates/repo/commits.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/commits.tmpl b/templates/repo/commits.tmpl index 04ca19afc8..8b4e41f748 100644 --- a/templates/repo/commits.tmpl +++ b/templates/repo/commits.tmpl @@ -9,7 +9,7 @@ <div class="search pull-right form"> <input class="form-control search" type="search" placeholder="search commit"/> </div> - <h4>Commits</h4> + <h4>{{.CommitCount}} Commits</h4> </div> <table class="panel-footer table commit-list table table-striped"> <thead> |