mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-10 22:08:45 +00:00
Admins and moderators visible in their profile
This commit is contained in:
parent
fb9836a1ce
commit
b4b3bfc063
2 changed files with 5 additions and 1 deletions
|
@ -20,6 +20,8 @@
|
|||
{{if not .IsCurrent}}
|
||||
<div>
|
||||
<span> {{if .User.Pleroma.Relationship.FollowedBy}} follows you - {{end}} </span>
|
||||
<span> {{if .User.Pleroma.IsAdmin}} your dear admin - {{end}} </span>
|
||||
<span> {{if .User.Pleroma.IsModerator}} your dear moderator - {{end}} </span>
|
||||
{{if .User.Pleroma.Relationship.BlockedBy}} blocks you - {{end}}
|
||||
{{if .User.Pleroma.Relationship.Following}}
|
||||
<form class="d-inline" action="/unfollow/{{.User.ID}}" method="post">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue