diff --git a/pagure/templates/user_list.html b/pagure/templates/user_list.html index 93aa608..5bf65b0 100644 --- a/pagure/templates/user_list.html +++ b/pagure/templates/user_list.html @@ -11,63 +11,62 @@ {% block content %}
- {{browse_header(select=select)}} + {{browse_header(select=select)}} +
- -
- {% if total_page and total_page > 1 %} - - {% endif %} - +
+ {% if total_page and total_page > 1 %} + + {% endif %} -
+

- Users {{ users_length }} - {%- if authenticated and config.get('PAGURE_AUTH') == 'local' %} - - - - {% endif -%} + Users {{ users_length }} + {%- if authenticated and config.get('PAGURE_AUTH') == 'local' %} + + + + {% endif -%}

{% for user in users %} -
-
- - -
{{ user.fullname }}
-
-
- {{ user.user }} joined {{ - user.created | humanize }} -
- +
+
+ + +
{{ user.fullname }}
+
+
+ {{ user.user }} joined {{ + user.created | humanize }} +
+
+
{% endfor %} -
+
{% endblock %}