mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-06-16 07:58:44 +00:00
Gracefully handle the elephant
This commit is contained in:
parent
c41f9272f9
commit
d5230852cf
3 changed files with 31 additions and 21 deletions
templates
|
@ -56,7 +56,7 @@
|
|||
{{if .InReplyToID}}
|
||||
<div class="status-reply-to">
|
||||
<a class="status-reply-to-link" href="{{if not .ShowReplies}}/thread/{{.InReplyToID}}{{end}}#status-{{.InReplyToID}}">
|
||||
reply to {{.Pleroma.InReplyToAccountAcct}}
|
||||
in reply to {{if .Pleroma.InReplyToAccountAcct}}{{.Pleroma.InReplyToAccountAcct}}{{else if .ReplyNumber}}#{{.ReplyNumber}}{{else}}{{.InReplyToID}}{{end}}
|
||||
</a>
|
||||
</div>
|
||||
{{if index .ReplyMap .ID}} <span class="status-reply-info-divider"> - </span> {{end}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue