summaryrefslogtreecommitdiff
path: root/app/Template/notification/task_file_create.php
blob: feab8dd2c122972fd1b0fa7f317203821ef2baaa (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)) ?>