mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-01-11 17:18:42 +00:00
bump
This commit is contained in:
parent
84b06f937a
commit
cc75846481
|
|
@ -1,4 +1,3 @@
|
|||
import { jsOMS } from '../../jsOMS/Utils/oLib.js';
|
||||
import { Autoloader } from '../../jsOMS/Autoloader.js';
|
||||
import { Editor } from './Models/Editor.js';
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,10 @@ echo $this->data['nav']->render(); ?>
|
|||
<article><?= $doc->content; ?></article>
|
||||
<?php if (!empty($doc->tags)) : ?>
|
||||
<?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 endif; ?>
|
||||
<?php if (!empty($files)) : ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user