From 854457baf0043b51ce9c30f36a6fecaed97cb04d Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 18 Mar 2016 21:00:14 -0400 Subject: Improve task summary sections --- app/Template/tasklink/show.php | 55 ++++++++++-------------------------------- 1 file changed, 13 insertions(+), 42 deletions(-) (limited to 'app/Template/tasklink/show.php') diff --git a/app/Template/tasklink/show.php b/app/Template/tasklink/show.php index b2ef93d7..9f718fc9 100644 --- a/app/Template/tasklink/show.php +++ b/app/Template/tasklink/show.php @@ -1,43 +1,14 @@ - -
-

text->e($task['title']) ?>

+
+
+

- - - - - +
+ render('tasklink/table', array( + 'links' => $links, + 'task' => $task, + 'project' => $project, + 'editable' => $editable, + 'is_public' => $is_public, + )) ?> +
+
-- cgit v1.2.3