From 7eef4acd8178f93d16018d111d9cf2955291af1c Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 3 Aug 2018 09:06:11 +0200 Subject: [PATCH] Use the same info-bar to explain table colors in shopping list as in stock overview (fixes #27) --- views/shoppinglist.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/shoppinglist.blade.php b/views/shoppinglist.blade.php index 1b0020cc..3efea294 100644 --- a/views/shoppinglist.blade.php +++ b/views/shoppinglist.blade.php @@ -19,6 +19,7 @@ {{ $L('Add products that are below defined min. stock amount') }} +

{{ Pluralize(count($missingProducts), $L('#1 product is below defined min. stock amount', count($missingProducts)), $L('#1 products are below defined min. stock amount', count($missingProducts))) }}

@@ -37,7 +38,7 @@ @foreach($listItems as $listItem) - +