diff options
Diffstat (limited to 'app/Template/event/comment_create.php')
-rw-r--r-- | app/Template/event/comment_create.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Template/event/comment_create.php b/app/Template/event/comment_create.php new file mode 100644 index 00000000..d2f6f97b --- /dev/null +++ b/app/Template/event/comment_create.php @@ -0,0 +1,7 @@ +<p class="activity-title"> + <?= e('%s commented the task <a href="?controller=task&action=show&task_id=%d">#%d</a>', Helper\escape($author), $task_id, $task_id) ?> +</p> +<div class="activity-description"> + <em><?= Helper\escape($task['title']) ?></em><br/> + <div class="markdown"><?= Helper\markdown($comment['comment']) ?></div> +</div>
\ No newline at end of file |