mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-01-11 15:48:42 +00:00
table sorting improvements
This commit is contained in:
parent
94d40f0f4c
commit
cf14041157
|
|
@ -28,11 +28,11 @@ echo $this->getData('nav')->render(); ?>
|
|||
<a href="<?= \phpOMS\Uri\UriFactory::build('{/prefix}qa/question?{?}&id=' . $question->getId()); ?>"><?= $this->printHtml($question->name); ?></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tags">
|
||||
<?php $tags = $question->getTags(); foreach ($tags as $tag) : ?>
|
||||
<span class="tag red"><?= $this->printHtml($tag->getTitle()); ?></span>
|
||||
<?php endforeach; ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="portlet-foot">
|
||||
<?php $tags = $question->getTags(); foreach ($tags as $tag) : ?>
|
||||
<span class="tag red"><?= $this->printHtml($tag->getTitle()); ?></span>
|
||||
<?php endforeach; ?>
|
||||
</div>
|
||||
</section>
|
||||
<?php endforeach; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user