aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/reply_form.php
diff options
context:
space:
mode:
authorwinter2025-01-14 20:44:49 +0000
committerwinter2025-01-14 20:44:49 +0000
commit4d7f8450d9a842e2f69754ccaa4202710328dcb7 (patch)
tree60e90ff7ebbf069e04faf665d68861970eaee000 /templates/reply_form.php
parent0f427b4b6f75134b2c25b7e5f8a515be2cec97f5 (diff)
add (un)follow button to profile
also other stuff i forgot what exactly
Diffstat (limited to 'templates/reply_form.php')
-rw-r--r--templates/reply_form.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/reply_form.php b/templates/reply_form.php
index 84d8121..f96eb5a 100644
--- a/templates/reply_form.php
+++ b/templates/reply_form.php
@@ -6,6 +6,6 @@
<textarea id="replyContent-<?= $note->id ?>" name="content" required></textarea>
</div>
<div class="row">
- <button><?= __('writeReply.action') ?></button>
+ <button class="primary"><?= __('writeReply.action') ?></button>
</div>
</form> \ No newline at end of file