diff options
Diffstat (limited to 'app/Templates/event_task_open.php')
-rw-r--r-- | app/Templates/event_task_open.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Templates/event_task_open.php b/app/Templates/event_task_open.php new file mode 100644 index 00000000..b3bc595a --- /dev/null +++ b/app/Templates/event_task_open.php @@ -0,0 +1,6 @@ +<p class="activity-title"> + <?= t('%s open the task #%d', $author, $task_id) ?> +</p> +<p class="activity-description"> + <em><?= Helper\escape($task_title ?></em> +</p>
\ No newline at end of file |