From c9f72198310078a01ee00810210a22a1493c6fe1 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Thu, 7 Nov 2019 16:49:52 +0900 Subject: [PATCH] Move user status in list out of The link here is a little redundant, and might make people think that it actually changes the status by clicking on it. --- templates/user/admin/users.tmpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/user/admin/users.tmpl b/templates/user/admin/users.tmpl index 03a3f6c..df840b2 100644 --- a/templates/user/admin/users.tmpl +++ b/templates/user/admin/users.tmpl @@ -18,9 +18,7 @@ {{.Username}} {{.CreatedFriendly}} {{if .IsAdmin}}Admin{{else}}User{{end}} - - {{if .IsSuspended}}suspended{{else}}active{{end}} - + {{if .IsSuspended}}Suspended{{else}}Active{{end}} {{end}}