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

8 lines
170 B
PHP

<h2><?= Helper\escape($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<h3><?= t('Comment updated') ?></h3>
<?= Helper\parse($comment['comment']) ?>
<hr/>
<p>Kanboard</p>