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

6 lines
153 B
PHP

<h2><?= Helper\escape($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<h3><?= t('New attachment added "%s"', $file['name']) ?></h3>
<hr/>
<p>Kanboard</p>