Send notifications on user mentions
This commit is contained in:
7
app/Template/notification/comment_user_mention.php
Normal file
7
app/Template/notification/comment_user_mention.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<h2><?= t('You were mentioned in a comment on the task #%d', $task['id']) ?></h2>
|
||||
|
||||
<p><?= $this->e($task['title']) ?></p>
|
||||
|
||||
<?= $this->text->markdown($comment['comment']) ?>
|
||||
|
||||
<?= $this->render('notification/footer', array('task' => $task, 'application_url' => $application_url)) ?>
|
||||
Reference in New Issue
Block a user