From 5371989921f6c414b8cfbdb0ae357a21ef320d22 Mon Sep 17 00:00:00 2001 From: DaGeek Date: Tue, 13 Oct 2020 20:41:16 +0100 Subject: [PATCH] Cosmetic Fix to display Award Images in Admin View (#870) Fix to correctly display the Award image in the admin UI --- resources/views/admin/awards/table.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/admin/awards/table.blade.php b/resources/views/admin/awards/table.blade.php index fe9cf6cc..69d7c416 100755 --- a/resources/views/admin/awards/table.blade.php +++ b/resources/views/admin/awards/table.blade.php @@ -15,8 +15,8 @@ {{ $award->description }} - @if($award->image) - No Image Available + @if($award->image_url) + No Image Available @else - @endif