summaryrefslogtreecommitdiff
path: root/app/Templates/notification_file_creation.php
blob: 50f4a2d5f8df84a294ac004749dccc3a19ad648c (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)) ?>