diff --git a/pagure/templates/repo_info.html b/pagure/templates/repo_info.html index 3ea86e2..6eb9c94 100644 --- a/pagure/templates/repo_info.html +++ b/pagure/templates/repo_info.html @@ -117,7 +117,7 @@ {% if origin == 'view_commits' %}

Commits list

{% else %} -

Last 3 commits

+

Last {{ last_commits | length }} commits

{% endif %} {% if diff_commits and authenticated %}