summaryrefslogtreecommitdiff
path: root/app/Template/notification/task_file_create.php
blob: c19f72794fc7a6043e818a2fcb750e01b4755cf2 (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, 'application_url' => $application_url)) ?>