summaryrefslogtreecommitdiff
path: root/app/Templates/notification_file_creation.php
blob: d8636820dbad4a12c6848492e2a99daca69151bc (plain)
1
2
3
4
5
<h2><?= Helper\escape($task['title']) ?> (#<?= $task['id'] ?>)</h2>

<h3><?= t('New attachment added "%s"', $file['name']) ?></h3>

<?= Helper\template('notification_footer', array('task' => $task, 'application_url' => $application_url)) ?>