diff options
Diffstat (limited to 'app/Templates/notification_task_open.php')
-rw-r--r-- | app/Templates/notification_task_open.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/Templates/notification_task_open.php b/app/Templates/notification_task_open.php deleted file mode 100644 index 5d9f7d5b..00000000 --- a/app/Templates/notification_task_open.php +++ /dev/null @@ -1,5 +0,0 @@ -<h2><?= Helper\escape($task['title']) ?> (#<?= $task['id'] ?>)</h2> - -<p><?= t('The task #%d have been opened.', $task['id']) ?></p> - -<?= Helper\template('notification_footer', array('task' => $task, 'application_url' => $application_url)) ?>
\ No newline at end of file |