From 04af1b93dc95d761b4e05a448c9d86ac67623ff6 Mon Sep 17 00:00:00 2001 From: r Date: Fri, 17 Apr 2020 17:19:11 +0000 Subject: Add account {,un}subscribe --- templates/user.tmpl | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) (limited to 'templates') diff --git a/templates/user.tmpl b/templates/user.tmpl index 6ea79f7..848ca0a 100644 --- a/templates/user.tmpl +++ b/templates/user.tmpl @@ -25,39 +25,51 @@ - {{else}} + {{else}}
{{end}} - {{if .User.Pleroma.Relationship.Requested}} + {{if .User.Pleroma.Relationship.Requested}} -
- {{end}} + {{end}} + - + {{if .User.Pleroma.Relationship.Subscribing}} +
+ + +
+ {{else}} +
+ + +
+ {{end}}
- {{if .User.Pleroma.Relationship.Blocking}} + {{if .User.Pleroma.Relationship.Blocking}}
- {{else}} + {{else}}
- {{end}} + {{end}} - - {{if .User.Pleroma.Relationship.Muting}} + {{if .User.Pleroma.Relationship.Muting}}
- {{else}} + {{else}}
-- cgit v1.2.3