mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-11 09:28:40 +00:00
fix bugs
This commit is contained in:
parent
fcadfae36a
commit
3cff2618e5
|
|
@ -20,7 +20,6 @@ $categories = $this->data['categories'] ?? [];
|
|||
/** @var \phpOMS\Views\View $this */
|
||||
echo $this->data['nav']->render();
|
||||
?>
|
||||
|
||||
<div class="row">
|
||||
<div class="box">
|
||||
<a class="button end-xs save" href="<?= UriFactory::build('{/base}/wiki/category/create'); ?>"><?= $this->getHtml('New', '0', '0'); ?></a>
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ $editable = $this->data['editable'];
|
|||
/** @var \phpOMS\Views\View $this */
|
||||
echo $this->data['nav']->render();
|
||||
?>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-8 col-lg-9">
|
||||
<section class="portlet">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user