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

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

<hr/>
<p>Kanboard</p>