mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-02-08 16:28:42 +00:00
Use global namespace
This commit is contained in:
parent
f2a233fde7
commit
91f5cd5684
|
|
@ -14,7 +14,7 @@ $columns = $board->getColumns();
|
|||
<div class="inner">
|
||||
<?= $this->printHtml($card->getDescription()); ?>
|
||||
<?php foreach ($labels as $label) : ?>
|
||||
<span class="tag" style="background: #<?= $this->printHtml(dechex($label->getColor())); ?>"><?= $this->printHtml($label->getName()); ?></span>
|
||||
<span class="tag" style="background: #<?= $this->printHtml(\dechex($label->getColor())); ?>"><?= $this->printHtml($label->getName()); ?></span>
|
||||
<?php endforeach; ?>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user