From 25b748f04911262826d0a0bc9609e03ee47c3232 Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 14 Jan 2025 18:13:57 +0000 Subject: add interaction counters --- templates/reply_button.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'templates/reply_button.php') diff --git a/templates/reply_button.php b/templates/reply_button.php index 1b9736b..aeaeabd 100644 --- a/templates/reply_button.php +++ b/templates/reply_button.php @@ -2,6 +2,10 @@ use Digitigrade\Model\Note; $icon = count(Note::findAllInThread($note, 2)) > 1 ? 'reply_all' : 'reply'; -?> - \ No newline at end of file +$id = "interactButton-reply-$note->id" + ?> +
+ + +
\ No newline at end of file -- cgit v1.3