Improve subtask toggle

This commit is contained in:
Frederic Guillot
2017-03-19 16:45:32 -04:00
parent 5b7ed28ba1
commit d915c2a96b
19 changed files with 165 additions and 664 deletions

View File

@@ -21,7 +21,7 @@
'task' => $task,
'subtask' => $subtask,
)) ?>
<?= $this->subtask->renderToggleStatus($task, $subtask, true) ?>
<?= $this->subtask->renderToggleStatus($task, $subtask, 'table') ?>
<?php else: ?>
<?= $this->subtask->renderTitle($subtask) ?>
<?php endif ?>