mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-05 08:39:55 +03:00
@@ -4,13 +4,13 @@
|
||||
@endif
|
||||
|
||||
@icon('star'){!! trans('entities.meta_created' . ($entity->createdBy ? '_name' : ''), [
|
||||
'timeLength' => $entity->created_at->toDayDateTimeString(),
|
||||
'timeLength' => $entity->created_at->formatLocalized('%e %B %Y %H:%M:%S'),
|
||||
'user' => e($entity->createdBy->name ?? ''),
|
||||
]) !!}
|
||||
<br>
|
||||
|
||||
@icon('edit'){!! trans('entities.meta_updated' . ($entity->updatedBy ? '_name' : ''), [
|
||||
'timeLength' => $entity->updated_at->toDayDateTimeString(),
|
||||
'timeLength' => $entity->updated_at->formatLocalized('%e %B %Y %H:%M:%S'),
|
||||
'user' => e($entity->updatedBy->name ?? '')
|
||||
]) !!}
|
||||
</div>
|
||||
Reference in New Issue
Block a user