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