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

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

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