fix formatting

This commit is contained in:
Dennis Eichhorn 2020-12-12 18:24:03 +01:00
parent 367865ec3e
commit 9a47a38399

View File

@ -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(); ?>