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

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

<?= Helper\template('notification/footer', array('task' => $task, 'application_url' => $application_url)) ?>