Split task controller into smaller classes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
<p class="pull-right"><?= $this->url->link(t('Back to the board'), 'board', 'readonly', array('token' => $project['token'])) ?></p>
|
||||
|
||||
<?= $this->render('task/show_description', array(
|
||||
<?= $this->render('task/description', array(
|
||||
'task' => $task,
|
||||
'project' => $project,
|
||||
'is_public' => true
|
||||
|
||||
Reference in New Issue
Block a user