mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-02-17 12:48:41 +00:00
Use global namespace
This commit is contained in:
parent
f2a233fde7
commit
91f5cd5684
|
|
@ -14,7 +14,7 @@ $columns = $board->getColumns();
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<?= $this->printHtml($card->getDescription()); ?>
|
<?= $this->printHtml($card->getDescription()); ?>
|
||||||
<?php foreach ($labels as $label) : ?>
|
<?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; ?>
|
<?php endforeach; ?>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user