summaryrefslogtreecommitdiff
path: root/app/Templates/notification_task_close.php
blob: d9b2dce6c45d7adceb37fa89ae36eba38cf66bbc (plain)
1
2
3
4
5
<h2><?= Helper\escape($task['title']) ?> (#<?= $task['id'] ?>)</h2>

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

<?= Helper\template('notification_footer', array('task' => $task)) ?>