diff options
Diffstat (limited to 'app/Template/notification/file_create.php')
-rw-r--r-- | app/Template/notification/file_create.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/Template/notification/file_create.php b/app/Template/notification/file_create.php deleted file mode 100644 index 63f7d1b8..00000000 --- a/app/Template/notification/file_create.php +++ /dev/null @@ -1,5 +0,0 @@ -<h2><?= $this->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)) ?>
\ No newline at end of file |