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