mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-02-15 07:18:40 +00:00
bump
This commit is contained in:
parent
148a1518d3
commit
0dedf3ca07
|
|
@ -59,7 +59,10 @@ echo $this->data['nav']->render(); ?>
|
||||||
<?php foreach ($question->tags as $tag) :
|
<?php foreach ($question->tags as $tag) :
|
||||||
if ($tag->id === 0) { continue; }
|
if ($tag->id === 0) { continue; }
|
||||||
?>
|
?>
|
||||||
<span class="tag"><?= empty($tag->icon) ? '' : ''; ?><?= $this->printHtml($tag->getL11n()); ?></span>
|
<span class="tag">
|
||||||
|
<?= empty($tag->icon) ? '' : '<i class="g-icon">' . $this->printHtml($tag->icon) . '</i>'; ?>
|
||||||
|
<?= $this->printHtml($tag->getL11n()); ?>
|
||||||
|
</span>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,10 @@ echo $this->data['nav']->render();
|
||||||
foreach ($question->tags as $tag) :
|
foreach ($question->tags as $tag) :
|
||||||
if ($tag->id === 0) { continue; }
|
if ($tag->id === 0) { continue; }
|
||||||
?>
|
?>
|
||||||
<span class="tag"><?= empty($tag->icon) ? '' : ''; ?><?= $this->printHtml($tag->getL11n()); ?></span>
|
<span class="tag">
|
||||||
|
<?= empty($tag->icon) ? '' : '<i class="g-icon">' . $this->printHtml($tag->icon) . '</i>'; ?>
|
||||||
|
<?= $this->printHtml($tag->getL11n()); ?>
|
||||||
|
</span>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,10 @@ echo $this->data['nav']->render();
|
||||||
foreach ($question->tags as $tag) :
|
foreach ($question->tags as $tag) :
|
||||||
if ($tag->id === 0) { continue; }
|
if ($tag->id === 0) { continue; }
|
||||||
?>
|
?>
|
||||||
<span class="tag"><?= empty($tag->icon) ? '' : ''; ?><?= $this->printHtml($tag->getL11n()); ?></span>
|
<span class="tag">
|
||||||
|
<?= empty($tag->icon) ? '' : '<i class="g-icon">' . $this->printHtml($tag->icon) . '</i>'; ?>
|
||||||
|
<?= $this->printHtml($tag->getL11n()); ?>
|
||||||
|
</span>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user