From 6bd0ce25c9546ceb68615a3321e0afc11ae29e6b Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 19 Mar 2017 17:44:43 -0400 Subject: Restore task title link on board --- app/Template/board/task_private.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Template/board') diff --git a/app/Template/board/task_private.php b/app/Template/board/task_private.php index c4afc0bf..28e53473 100644 --- a/app/Template/board/task_private.php +++ b/app/Template/board/task_private.php @@ -28,7 +28,7 @@ text->e($this->user->getInitials($task['assignee_name'] ?: $task['assignee_username'])) ?> - - text->e($task['title']) ?> + url->link($this->text->e($task['title']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'tooltip', $this->text->e($task['title'])) ?>
@@ -51,7 +51,7 @@ hook->render('template:board:private:task:before-title', array('task' => $task)) ?>
- text->e($task['title']) ?> + url->link($this->text->e($task['title']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>
hook->render('template:board:private:task:after-title', array('task' => $task)) ?> -- cgit v1.2.3