diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-08-18 18:57:15 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-08-18 18:57:15 -0700 |
commit | 9bfb6c4c4ba16378201564118ddc4c25eb83a0b1 (patch) | |
tree | 9acac4a4b8a5820730e1da7cba23339f47f92c5c /app/Templates/notification_file_creation.php | |
parent | 04bebc47877f5145e20e6d6165ea506fa891f98c (diff) |
Display a link to the task for email notifications
Diffstat (limited to 'app/Templates/notification_file_creation.php')
-rw-r--r-- | app/Templates/notification_file_creation.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Templates/notification_file_creation.php b/app/Templates/notification_file_creation.php index 57d69f51..50f4a2d5 100644 --- a/app/Templates/notification_file_creation.php +++ b/app/Templates/notification_file_creation.php @@ -2,5 +2,4 @@ <h3><?= t('New attachment added "%s"', $file['name']) ?></h3> -<hr/> -<p>Kanboard</p>
\ No newline at end of file +<?= Helper\template('notification_footer', array('task' => $task)) ?>
\ No newline at end of file |