diff --git a/pagure/templates/_render_repo.html b/pagure/templates/_render_repo.html index 323a792..62e8f93 100644 --- a/pagure/templates/_render_repo.html +++ b/pagure/templates/_render_repo.html @@ -61,9 +61,20 @@ {% macro render_repos( - list, total, pagetitle, page, title, count, id, username=None, hide=True) %} -
-

{{ title }} {{ count }}

+ list, total, pagetitle, page, title, count, id, + username=None, hide=True) %} + +
+

{{ title }} + {{ count }} + {% if username %} + + + + {% endif %} +

{% if total and total > 1 %} {{ pagination_link(pagetitle, page, total) }} {% endif %}