From de5fa17d601a578b3d5c42bd3fb700c7b5395ab3 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 5 Feb 2016 20:30:54 -0500 Subject: Add task dropdown menu on listing pages --- app/Template/listing/show.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Template/listing') diff --git a/app/Template/listing/show.php b/app/Template/listing/show.php index aa17b228..c24110f4 100644 --- a/app/Template/listing/show.php +++ b/app/Template/listing/show.php @@ -4,7 +4,7 @@ 'filters' => $filters, )) ?> - isEmpty()): ?> + isEmpty()): ?>

isEmpty()): ?> @@ -21,7 +21,7 @@ getCollection() as $task): ?>
- url->link('#'.$this->e($task['id']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', t('View this task')) ?> + render('task/dropdown', array('task' => $task)) ?> e($task['swimlane_name'] ?: $task['default_swimlane']) ?> -- cgit v1.2.3