summaryrefslogtreecommitdiff
path: root/app/Template/notification_task_close.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-10-24 22:51:30 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-10-24 22:51:30 -0400
commit90e06162999c8ec7fa9bcfa391800f7907419d9b (patch)
treef0f8d4a760f25c4f7773e0a1851031db6b08b9f2 /app/Template/notification_task_close.php
parent180efb962c6fc4da47ed39e60db137d63ffaad5b (diff)
Rename Locales and Templates folders to be more consistent
Diffstat (limited to 'app/Template/notification_task_close.php')
-rw-r--r--app/Template/notification_task_close.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/Template/notification_task_close.php b/app/Template/notification_task_close.php
new file mode 100644
index 00000000..d56e71bb
--- /dev/null
+++ b/app/Template/notification_task_close.php
@@ -0,0 +1,5 @@
+<h2><?= Helper\escape($task['title']) ?> (#<?= $task['id'] ?>)</h2>
+
+<p><?= t('The task #%d have been closed.', $task['id']) ?></p>
+
+<?= Helper\template('notification_footer', array('task' => $task, 'application_url' => $application_url)) ?> \ No newline at end of file