mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Fixed: 12095
This commit is contained in:
parent
da0efaa278
commit
9056d48775
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
{{ trans('mail.the_following_item') }}
|
{{ trans('mail.the_following_item') }}
|
||||||
|
|
||||||
@if ($item->getImageUrl())
|
@if (($snipeSettings->show_images_in_email =='1') && $item->getImageUrl())
|
||||||
<center><img src="{{ app\Models\Setting::getSettings()->show_images_in_email =='1' && $item->getImageUrl() }}" alt="Asset" style="max-width: 570px;"></center>
|
<center><img src="{{ $item->getImageUrl() }}" alt="Asset" style="max-width: 570px;"></center>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
@component('mail::table')
|
@component('mail::table')
|
||||||
|
|
Loading…
Reference in a new issue