Files
Kanboard-Prod/app/Templates/notification_task_close.php
Frédéric Guillot 9eeded33f6 Add email notifications
2014-08-15 17:23:41 -07:00

6 lines
154 B
PHP

<h2><?= Helper\escape($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<p><?= t('The task #%d have been closed.', $task['id']) ?></p>
<hr/>
<p>Kanboard</p>