blob: d49f10b822ca1e376e8f2e129699af80c8c7c2b1 (
plain)
1
2
3
4
5
6
7
|
<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<h3><?= t('Comment removed') ?></h3>
<?= $this->text->markdown($comment['comment'], true) ?>
<?= $this->render('notification/footer', array('task' => $task)) ?>
|