summaryrefslogtreecommitdiff
path: root/app/Template/notification/task_file_destroy.php
blob: dbd79c5e4b93b9160052207ca3e71336ef084ad1 (plain)
1
2
3
4
5
<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>

<p><?= t('Attachment removed "%s"', $file['name']) ?></p>

<?= $this->render('notification/footer', array('task' => $task)) ?>