Skip to content

Commit 589f9cc

Browse files
committed
Fixed #15732
Signed-off-by: snipe <[email protected]>
1 parent 4d848e4 commit 589f9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/blade/filestable.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class="table table-striped snipe-table"
123123
{{ $file->created_at }}
124124
</td>
125125
<td>
126-
{{ $file->created_by }}
126+
{{ ($file->adminuser) ? $file->adminuser->present()->getFullNameAttribute() : '' }}
127127
</td>
128128
<td>
129129
<a class="btn delete-asset btn-danger btn-sm hidden-print" href="{{ route($deletefile_routename, [$object->id, $file->id]) }}" data-content="Are you sure you wish to delete this file?" data-title="{{ trans('general.delete') }} {{ $file->filename }}?">

0 commit comments

Comments
 (0)