Rename template file, fix #394
This commit is contained in:
parent
5ca9a12a0a
commit
84770123b4
|
|
@ -21,7 +21,12 @@
|
|||
<?php foreach ($column['tasks'] as $task): ?>
|
||||
<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>
|
||||
<?php endforeach ?>
|
||||
Loading…
Reference in New Issue