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/comment/show.php | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'app/Template/comment/show.php') diff --git a/app/Template/comment/show.php b/app/Template/comment/show.php index 3f45e2e7..2aca26b3 100644 --- a/app/Template/comment/show.php +++ b/app/Template/comment/show.php @@ -12,29 +12,7 @@
- - text->markdown( - $comment['comment'], - array( - 'controller' => 'task', - 'action' => 'readonly', - 'params' => array( - 'token' => $project['token'] - ) - ) - ) ?> - - text->markdown( - $comment['comment'], - array( - 'controller' => 'task', - 'action' => 'show', - 'params' => array( - 'project_id' => $task['project_id'] - ) - ) - ) ?> - + text->markdown($comment['comment'], isset($is_public) && $is_public) ?>
-- cgit v1.2.3