3
1

comment_user_mention.php 283 B

1234567891011
  1. <html>
  2. <body>
  3. <h2><?= t('You were mentioned in a comment on the task #%d', $task['id']) ?></h2>
  4. <p><?= $this->text->e($task['title']) ?></p>
  5. <?= $this->text->markdown($comment['comment'], true) ?>
  6. <?= $this->render('notification/footer', array('task' => $task)) ?>
  7. </body>
  8. </html>