diff --git a/templates/status.tmpl b/templates/status.tmpl index c317815..5a8fcf3 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -101,27 +101,16 @@ {{if .Pleroma.Reactions}}
{{range .Pleroma.Reactions}} - {{if .Me}} -
+ {{$react := "react"}} {{if .Me}} {{$react := "unreact"}} {{end}} + {{if .Url}} - + {{else}} {{end}}
- {{else}} -
- - - {{if .Url}} - - {{else}} - - {{end}} -
- {{end}} {{end}}
{{end}}