parent
be1b58a380
commit
007de178d8
8 changed files with 4 additions and 27 deletions
|
@ -84,7 +84,7 @@
|
|||
</div>
|
||||
|
||||
{{! ROW 6 }}
|
||||
<div class="grid-3 gutter-20">
|
||||
<div class="grid-2 gutter-20">
|
||||
<dl class="span-1">
|
||||
<dt>Record Created</dt>
|
||||
<dd>{{null-time model.createdAt 'LL'}}</dd>
|
||||
|
@ -93,10 +93,6 @@
|
|||
<dt>Record Updated</dt>
|
||||
<dd>{{null-time model.updatedAt 'LL'}}</dd>
|
||||
</dl>
|
||||
<dl class="span-1">
|
||||
<dt>Record Deleted</dt>
|
||||
<dd>{{null-time model.deletedAt 'LL'}}</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
|
Reference in a new issue