diff --git a/pagure/templates/issues.html b/pagure/templates/issues.html index f12ac27..0d358bc 100644 --- a/pagure/templates/issues.html +++ b/pagure/templates/issues.html @@ -49,9 +49,20 @@ {% if oth_issues %} -
+
{% if (issues | length + oth_issues) %} - + {{ (100.0 * (issues_cnt / total_issues_cnt))|round|int }}% {% endif %}