diff options
author | r <r@freesoftwareextremist.com> | 2020-02-26 11:27:42 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-02-26 11:27:42 +0000 |
commit | d5230852cf4da238a0d3acb219f9049e9d669969 (patch) | |
tree | 86b1a01e87b1cc4ca6c386fa93c26dd21bd5ba13 /templates | |
parent | c41f9272f919644f66148cafb179a4df0e7eae17 (diff) | |
download | bloat-d5230852cf4da238a0d3acb219f9049e9d669969.tar.gz bloat-d5230852cf4da238a0d3acb219f9049e9d669969.zip |
Gracefully handle the elephant
Diffstat (limited to 'templates')
-rw-r--r-- | templates/status.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/status.tmpl b/templates/status.tmpl index 0371a4e..ade9d25 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -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}} |