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