diff options
| author | winter | 2025-01-13 21:12:22 +0000 |
|---|---|---|
| committer | winter | 2025-01-13 21:12:22 +0000 |
| commit | c298fa4d4cc4277c1f7c2a54d9fb98b395b9bc12 (patch) | |
| tree | 4037c3bfc88a585085a3db5c0c8455fad702eff5 /templates/note.php | |
| parent | 5e5b7c5d6d4bbdd4acaea7d4b6c5be1e27b04a86 (diff) | |
tidy stylesheets and improve replies styling
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> |
