Rename template file, fix #394
This commit is contained in:
@@ -21,7 +21,12 @@
|
|||||||
<?php foreach ($column['tasks'] as $task): ?>
|
<?php foreach ($column['tasks'] as $task): ?>
|
||||||
<div class="task-board task-<?= $task['color_id'] ?>">
|
<div class="task-board task-<?= $task['color_id'] ?>">
|
||||||
|
|
||||||
<?= Helper\template('board/task', array('task' => $task, 'categories' => $categories, 'not_editable' => true, 'project' => $project)) ?>
|
<?= Helper\template('board/task', array(
|
||||||
|
'task' => $task,
|
||||||
|
'categories' => $categories,
|
||||||
|
'not_editable' => true,
|
||||||
|
'project' => $project
|
||||||
|
)) ?>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
Reference in New Issue
Block a user