mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-02-08 10:18:40 +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; ?>
|
||||
<tr>
|
||||
<th>Created At
|
||||
<td><?= $this->getDateTime($audit->createdAt, 'long'); ?>
|
||||
<td><?= $this->getDateTime($audit->createdAt, 'very_long'); ?>
|
||||
<tr>
|
||||
<th>Module
|
||||
<td><?= $audit->getModule(); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user