diff options
| author | winter | 2025-01-13 20:37:34 +0000 |
|---|---|---|
| committer | winter | 2025-01-13 20:37:34 +0000 |
| commit | f31d2abc237958bd9f33875f20198c4510389556 (patch) | |
| tree | 57c0920666ca052d8850824ad47b326631764aa6 /templates/reply_button.php | |
| parent | fb9efd9f4682f528b1832622d192b9b5544584a9 (diff) | |
implement replying to posts
Diffstat (limited to 'templates/reply_button.php')
| -rw-r--r-- | templates/reply_button.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/reply_button.php b/templates/reply_button.php new file mode 100644 index 0000000..6b755df --- /dev/null +++ b/templates/reply_button.php @@ -0,0 +1,2 @@ +<button title="<?= __('note.action.reply') ?>" class="icon material-symbols-outlined reply" + _="on click send toggle to [me, next .noteReplyForm] on toggle toggle .active">reply</button>
\ No newline at end of file |
