mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-22 06:18:43 +00:00
bump
This commit is contained in:
parent
f8152f0a0b
commit
23784aabd1
|
|
@ -38,7 +38,10 @@ echo $this->data['nav']->render(); ?>
|
|||
<?= Markdown::parse(\substr($doc->docRaw, 0, 500)); ?>
|
||||
</article>
|
||||
<?php foreach ($doc->tags as $tag) : ?>
|
||||
<span class="tag" style="background: <?= $this->printHtml($tag->color); ?>"><?= empty($tag->icon) ? '' : ''; ?><?= $this->printHtml($tag->getL11n()); ?></span>
|
||||
<span class="tag" style="background: <?= $this->printHtml($tag->color); ?>">
|
||||
<?= empty($tag->icon) ? '' : '<i class="g-icon">' . $this->printHtml($tag->icon) . '</i>'; ?>
|
||||
<?= $this->printHtml($tag->getL11n()); ?>
|
||||
</span>
|
||||
<?php endforeach; ?>
|
||||
</div>
|
||||
<div class="portlet-foot">
|
||||
|
|
|
|||
|
|
@ -39,7 +39,10 @@ echo $this->data['nav']->render();
|
|||
<article><?= $doc->doc; ?></article>
|
||||
|
||||
<?php foreach ($doc->tags as $tag) : ?>
|
||||
<span class="tag" style="background: <?= $this->printHtml($tag->color); ?>"><?= empty($tag->icon) ? '' : ''; ?><?= $this->printHtml($tag->getL11n()); ?></span>
|
||||
<span class="tag" style="background: <?= $this->printHtml($tag->color); ?>">
|
||||
<?= empty($tag->icon) ? '' : '<i class="g-icon">' . $this->printHtml($tag->icon) . '</i>'; ?>
|
||||
<?= $this->printHtml($tag->getL11n()); ?>
|
||||
</span>
|
||||
<?php endforeach; ?>
|
||||
|
||||
<?php $files = $doc->files; foreach ($files as $file) : ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user