From 4eeb8802f6eb0f38e4ee57fb7f95e9116da19cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Kervella?= Date: Wed, 27 Jun 2018 21:17:29 +0000 Subject: [PATCH] Use button instead of badge --- users/templates/users/aff_listright.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/users/templates/users/aff_listright.html b/users/templates/users/aff_listright.html index 14c9fc44..c0c83c0b 100644 --- a/users/templates/users/aff_listright.html +++ b/users/templates/users/aff_listright.html @@ -28,8 +28,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,

@@ -106,12 +106,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% if users %} - - {{users.count}} - + {% else %} - {{users.count}} + {% endif %} + {{users.count}} + {% include 'buttons/edit.html' with href='users:edit-listright' id=right.id %} {% include 'buttons/history.html' with href='users:history' name='listright' id=right.id %}