diff options
Diffstat (limited to 'templates/note.php')
| -rw-r--r-- | templates/note.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/note.php b/templates/note.php index 56f1322..1fb03a9 100644 --- a/templates/note.php +++ b/templates/note.php @@ -30,6 +30,7 @@ if ($user != null) { <?php if (isset($note->inReplyTo)): ?> <div class="replyInfo"> <a href="/@/<?= $note->inReplyTo->author->getFullHandle() ?>/note/<?= $note->inReplyTo->id ?>"> + <span class="material-symbols-outlined inlineIcon">reply</span> <?= sprintf(__('note.info.replyTo'), '<b>' . $note->inReplyTo->author->displayName) . '</b>' ?> </a> |
