summaryrefslogtreecommitdiff
path: root/app/Template/notification/task_open.php
blob: 5bd0d1a4fc52fb1eab1ea6d82e03dbc947fc5986 (plain)
1
2
3
4
5
<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>

<p><?= t('The task #%d have been opened.', $task['id']) ?></p>

<?= $this->render('notification/footer', array('task' => $task)) ?>