mirror of
https://github.com/Karaka-Management/oms-EquipmentManagement.git
synced 2026-02-10 07:18:44 +00:00
fix bugs
This commit is contained in:
parent
9dae790b5e
commit
192bb4bf6a
|
|
@ -166,7 +166,7 @@ echo $this->data['nav']->render();
|
|||
<input type="radio" id="c-tab-5" name="tabular-2"<?= $this->request->uri->fragment === 'c-tab-5' ? ' checked' : ''; ?>>
|
||||
<div class="tab">
|
||||
<div class="row">
|
||||
<a class="button" href="<?= UriFactory::build('{/app}/fleet/inspection/create?equipment=' . $equipment->id); ?>"><?= $this->getHtml('Create', '0', '0'); ?></a>
|
||||
<a class="button" href="<?= UriFactory::build('{/base}/fleet/inspection/create?equipment=' . $equipment->id); ?>"><?= $this->getHtml('Create', '0', '0'); ?></a>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user