mirror of
https://github.com/Karaka-Management/oms-Search.git
synced 2026-01-11 18:48:41 +00:00
bump
This commit is contained in:
parent
1a54a8642d
commit
f8465b7b63
|
|
@ -54,7 +54,7 @@ foreach ($this->data as $controller) :
|
||||||
<?php if (!empty($data['tags'])) : ?>
|
<?php if (!empty($data['tags'])) : ?>
|
||||||
<?php foreach ($data['tags'] as $tag) : ?>
|
<?php foreach ($data['tags'] as $tag) : ?>
|
||||||
<span class="tag" style="background: <?= $this->printHtml($tag->color); ?>">
|
<span class="tag" style="background: <?= $this->printHtml($tag->color); ?>">
|
||||||
<?= empty($tag->icon) ? '' : ''; ?>
|
<?= empty($tag->icon) ? '' : '<i class="g-icon">' . $this->printHtml($tag->icon) . '</i>'; ?>
|
||||||
<?= $this->printHtml($tag->getL11n()); ?>
|
<?= $this->printHtml($tag->getL11n()); ?>
|
||||||
</span>
|
</span>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user