diff options
Diffstat (limited to 'app/Templates/notification_task_open.php')
-rw-r--r-- | app/Templates/notification_task_open.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Templates/notification_task_open.php b/app/Templates/notification_task_open.php index 2ef0f04f..7bf674cc 100644 --- a/app/Templates/notification_task_open.php +++ b/app/Templates/notification_task_open.php @@ -2,5 +2,4 @@ <p><?= t('The task #%d have been opened.', $task['id']) ?></p> -<hr/> -<p>Kanboard</p>
\ No newline at end of file +<?= Helper\template('notification_footer', array('task' => $task)) ?>
\ No newline at end of file |