summaryrefslogtreecommitdiff
path: root/app/Template/notification/task_file_create.php
blob: c552546ce9417eafbd71d8c7f380d922eddecc13 (plain)
1
2
3
4
5
<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)) ?>