summaryrefslogtreecommitdiff
path: root/app/Template
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template')
-rw-r--r--app/Template/notification/task_move_project.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/Template/notification/task_move_project.php b/app/Template/notification/task_move_project.php
new file mode 100644
index 00000000..64037bd6
--- /dev/null
+++ b/app/Template/notification/task_move_project.php
@@ -0,0 +1,5 @@
+<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
+
+<p><?= t('Task #%d "%s" has been moved to the project "%s"', $task['id'], $task['title'], $task['project_name']) ?></p>
+
+<?= $this->render('notification/footer', array('task' => $task)) ?>