From 8ad0162f996a470a1a8b0686a3916ba0049071e4 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Aug 29 2016 08:59:23 +0000 Subject: fix location of bottom pagination links on user page Just needed to add a bootstrap row to make the links for the pagination at the bottom of the user list page wrap properly. --- diff --git a/pagure/templates/user_list.html b/pagure/templates/user_list.html index b7092cb..57e6ade 100644 --- a/pagure/templates/user_list.html +++ b/pagure/templates/user_list.html @@ -47,6 +47,7 @@ {% endif -%} +
{% for user in users %}
@@ -79,6 +80,7 @@
{% endfor %} +
{% if total_page and total_page > 1 %}