mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-02-08 00:08:41 +00:00
Update kanban-board.tpl.php
This commit is contained in:
parent
084a09d542
commit
0fabbed286
|
|
@ -1,5 +1,11 @@
|
|||
<?php declare(strict_types=1);
|
||||
$board = $this->getData('board');
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/** @var \Modules\Kanban\Models\KanbanBoard $board */
|
||||
$board = $this->getData('board');
|
||||
|
||||
/** @var \Modules\Kanban\Models\KanbanColumn[] $columns */
|
||||
$columns = $board->getColumns();
|
||||
?>
|
||||
<!--
|
||||
|
|
@ -32,4 +38,4 @@ $columns = $board->getColumns();
|
|||
<?php endforeach; ?>
|
||||
</div>
|
||||
<?php endforeach; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user