Add task menu in collapsed mode

This commit is contained in:
Frederic Guillot
2015-02-21 17:43:15 -05:00
parent b9dd69853d
commit 3a56d215fc
5 changed files with 18 additions and 18 deletions

View File

@@ -65,7 +65,7 @@
<?php endif ?>
<?php foreach ($column['tasks'] as $task): ?>
<?= $this->render($not_editable ? 'board/task_public' : 'board/task', array(
<?= $this->render($not_editable ? 'board/task_public' : 'board/task_private', array(
'project' => $project,
'task' => $task,
'categories' => $categories,