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