Fixed: 12095

This commit is contained in:
Instead of looking elsewhere, it is better to come here together 2022-11-16 18:16:45 +08:00 committed by GitHub
parent da0efaa278
commit 9056d48775
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,8 @@
{{ trans('mail.the_following_item') }}
@if ($item->getImageUrl())
<center><img src="{{ app\Models\Setting::getSettings()->show_images_in_email =='1' && $item->getImageUrl() }}" alt="Asset" style="max-width: 570px;"></center>
@if (($snipeSettings->show_images_in_email =='1') && $item->getImageUrl())
<center><img src="{{ $item->getImageUrl() }}" alt="Asset" style="max-width: 570px;"></center>
@endif
@component('mail::table')