From a68a09a83ef2eb411e2a7a66e919f27c040c0b6a Mon Sep 17 00:00:00 2001 From: r Date: Sat, 8 Feb 2020 11:50:14 +0000 Subject: Remove account relationship buttons for logged in user's page --- templates/user.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates') diff --git a/templates/user.tmpl b/templates/user.tmpl index fb80de4..60d766b 100644 --- a/templates/user.tmpl +++ b/templates/user.tmpl @@ -18,6 +18,7 @@ source + {{if not .IsCurrent}}
{{if .User.Pleroma.Relationship.FollowedBy}} follows you - {{end}} {{if .User.Pleroma.Relationship.Following}} @@ -64,6 +65,7 @@ {{end}}
+ {{end}}
statuses ({{.User.StatusesCount}}) - following ({{.User.FollowingCount}}) - -- cgit v1.2.3