aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/reply_button.php
blob: 1b9736bb124163bd11b1645bb7f51fd2c39167bd (plain)
1
2
3
4
5
6
7
<?php
use Digitigrade\Model\Note;

$icon = count(Note::findAllInThread($note, 2)) > 1 ? 'reply_all' : 'reply';
?>
<button title="<?= __('note.action.reply') ?>" class="icon material-symbols-outlined reply"
    _="on click send toggle to [me, next .noteReplyForm] on toggle toggle .active"><?= $icon ?></button>