summaryrefslogtreecommitdiff
path: root/app/Template/notification/task_open.php
blob: 6eb4ec08e8de9b9fa3ad98b9247f3cfc3103ed31 (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, 'application_url' => $application_url)) ?>