mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-02-17 05:58:41 +00:00
fix formatting
This commit is contained in:
parent
367865ec3e
commit
9a47a38399
|
|
@ -54,7 +54,7 @@ echo $this->getData('nav')->render();
|
||||||
<td><?= $audit->createdBy->name1; ?>
|
<td><?= $audit->createdBy->name1; ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Created At
|
<th>Created At
|
||||||
<td><?= $this->getDateTime($audit->createdAt, 'long'); ?>
|
<td><?= $this->getDateTime($audit->createdAt, 'very_long'); ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Module
|
<th>Module
|
||||||
<td><?= $audit->getModule(); ?>
|
<td><?= $audit->getModule(); ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user