Kanboard-Prod/app/Template/notification/task_file_create.php

6 lines
199 B
PHP

<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<p><?= t('New attachment added "%s"', $file['name']) ?></p>
<?= $this->render('notification/footer', array('task' => $task)) ?>