From 2bfb4be9f7561053432bafe2059361dcf5a8f3fd Mon Sep 17 00:00:00 2001 From: "Instead of looking elsewhere, it is better to come here together" Date: Tue, 15 Nov 2022 16:58:01 +0800 Subject: [PATCH] fixed #12095 --- .../views/notifications/markdown/checkin-asset.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/notifications/markdown/checkin-asset.blade.php b/resources/views/notifications/markdown/checkin-asset.blade.php index 947fed28c057..74a43817075c 100644 --- a/resources/views/notifications/markdown/checkin-asset.blade.php +++ b/resources/views/notifications/markdown/checkin-asset.blade.php @@ -3,8 +3,8 @@ {{ trans('mail.the_following_item') }} -@if ($item->getImageUrl()) -
Asset
+@if (($snipeSettings->show_images_in_email =='1') && $item->getImageUrl()) +
Asset
@endif @component('mail::table')