diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-09-10 16:21:47 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-09-10 16:21:47 +0200 |
commit | 28ff8dad91c9e3c25f6a3b5398ae15f2a1ef95cd (patch) | |
tree | 0cecc5cbb6e7e6795dd032cc6a5703cd88b8770e /app/Templates/event_task_open.php | |
parent | 9bde377bbe85617dde280af985e033cf7de61803 (diff) |
Add subtasks and comments history
Diffstat (limited to 'app/Templates/event_task_open.php')
-rw-r--r-- | app/Templates/event_task_open.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Templates/event_task_open.php b/app/Templates/event_task_open.php index b3bc595a..763b0dfc 100644 --- a/app/Templates/event_task_open.php +++ b/app/Templates/event_task_open.php @@ -1,6 +1,6 @@ <p class="activity-title"> - <?= t('%s open the task #%d', $author, $task_id) ?> + <?= e('%s open 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> + <em><?= Helper\escape($task_title) ?></em> </p>
\ No newline at end of file |