From 0df863ac4031e26e3cb64779618e0733d9686fc0 Mon Sep 17 00:00:00 2001 From: r Date: Sun, 27 Sep 2020 09:44:52 +0000 Subject: Add mutes 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 3bb7523..ce91091 100644 --- a/templates/user.tmpl +++ b/templates/user.tmpl @@ -99,7 +99,8 @@ {{if .IsCurrent}}
- bookmarks + bookmarks - + mutes
{{end}}
@@ -143,6 +144,10 @@ {{else}}
No data found
{{end}} + +{{else if eq .Type "mutes"}} +
Mutes
+{{template "userlist.tmpl" (WithContext .Users $.Ctx)}} {{end}}