From fc8f8748b9f89167ca9e6f4670bbc5e032e068b7 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 29 Apr 2016 17:32:43 -0400 Subject: Fixed wrong task link generation within Markdown text --- app/Template/task/description.php | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) (limited to 'app/Template/task') diff --git a/app/Template/task/description.php b/app/Template/task/description.php index 9ffe8589..f8e313dd 100644 --- a/app/Template/task/description.php +++ b/app/Template/task/description.php @@ -4,29 +4,7 @@
- - text->markdown( - $task['description'], - array( - 'controller' => 'task', - 'action' => 'show', - 'params' => array( - 'project_id' => $task['project_id'] - ) - ) - ) ?> - - text->markdown( - $task['description'], - array( - 'controller' => 'task', - 'action' => 'readonly', - 'params' => array( - 'token' => $project['token'] - ) - ) - ) ?> - + text->markdown($task['description'], isset($is_public) && $is_public) ?>
- \ No newline at end of file + -- cgit v1.2.3