From 1e44d5d3d50c850505065ef16bc513a207c0656c Mon Sep 17 00:00:00 2001 From: r Date: Sat, 8 Feb 2020 10:49:06 +0000 Subject: Add account muting and blocking --- templates/user.tmpl | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/user.tmpl b/templates/user.tmpl index 3042672..fb80de4 100644 --- a/templates/user.tmpl +++ b/templates/user.tmpl @@ -25,17 +25,42 @@ - {{end}} + {{else}} +
+ + +
+ {{end}} {{if .User.Pleroma.Relationship.Requested}} + -
{{end}} - {{if not .User.Pleroma.Relationship.Following}} -
+ +
+ {{if .User.Pleroma.Relationship.Blocking}} + - + + + {{else}} +
+ + +
+ {{end}} + - + {{if .User.Pleroma.Relationship.Muting}} +
+ + +
+ {{else}} +
+ +
{{end}}
-- cgit v1.2.3