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