From 132999ce3653401aab6d1d5dd6289f89419ee24b Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 6 Oct 2018 18:08:25 +0200 Subject: [PATCH] Show the little "product has an image icon" also on products page (references #58) --- views/products.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/products.blade.php b/views/products.blade.php index 8d4b9342..8d9da003 100644 --- a/views/products.blade.php +++ b/views/products.blade.php @@ -50,7 +50,7 @@ - {{ $product->name }} + {{ $product->name }}@if(!empty($product->picture_file_name)) @endif {{ FindObjectInArrayByPropertyValue($locations, 'id', $product->location_id)->name }}