diff options
Diffstat (limited to 'app/Templates/notification_file_creation.php')
-rw-r--r-- | app/Templates/notification_file_creation.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Templates/notification_file_creation.php b/app/Templates/notification_file_creation.php new file mode 100644 index 00000000..57d69f51 --- /dev/null +++ b/app/Templates/notification_file_creation.php @@ -0,0 +1,6 @@ +<h2><?= Helper\escape($task['title']) ?> (#<?= $task['id'] ?>)</h2> + +<h3><?= t('New attachment added "%s"', $file['name']) ?></h3> + +<hr/> +<p>Kanboard</p>
\ No newline at end of file |