From 59692b715578cf02b8f01eda4692858ad922670e Mon Sep 17 00:00:00 2001 From: r Date: Sun, 27 Sep 2020 09:50:04 +0000 Subject: Add blocks list --- templates/user.tmpl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/user.tmpl b/templates/user.tmpl index ce91091..d260848 100644 --- a/templates/user.tmpl +++ b/templates/user.tmpl @@ -100,7 +100,8 @@ {{if .IsCurrent}}
bookmarks - - mutes + mutes - + blocks
{{end}}
@@ -148,6 +149,10 @@ {{else if eq .Type "mutes"}}
Mutes
{{template "userlist.tmpl" (WithContext .Users $.Ctx)}} + +{{else if eq .Type "blocks"}} +
Blocks
+{{template "userlist.tmpl" (WithContext .Users $.Ctx)}} {{end}}