Skip to content

Commit

Permalink
Fixed #15732
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Oct 28, 2024
1 parent 4d848e4 commit 589f9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/blade/filestable.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class="table table-striped snipe-table"
{{ $file->created_at }}
</td>
<td>
{{ $file->created_by }}
{{ ($file->adminuser) ? $file->adminuser->present()->getFullNameAttribute() : '' }}
</td>
<td>
<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 }}?">
Expand Down

0 comments on commit 589f9cc

Please sign in to comment.