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_move_column.php | |
parent | 9bde377bbe85617dde280af985e033cf7de61803 (diff) |
Add subtasks and comments history
Diffstat (limited to 'app/Templates/event_task_move_column.php')
-rw-r--r-- | app/Templates/event_task_move_column.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Templates/event_task_move_column.php b/app/Templates/event_task_move_column.php index 0ccad655..a674f80a 100644 --- a/app/Templates/event_task_move_column.php +++ b/app/Templates/event_task_move_column.php @@ -1,5 +1,5 @@ <p class="activity-title"> - <?= t('%s moved the task #%d to the column %s', $author, $task_id, $task_column_name) ?> + <?= e('%s moved the task <a href="?controller=task&action=show&task_id=%d">#%d</a> to the column "%s"', Helper\escape($author), $task_id, $task_id, Helper\escape($task_column_name)) ?> </p> <p class="activity-description"> <em><?= Helper\escape($task_title) ?></em> |