From 9f322d874e9c63367ce753bfcf5d364cbf05948d Mon Sep 17 00:00:00 2001 From: Krzysiej Date: Mon, 23 Feb 2026 08:29:46 +0100 Subject: [PATCH] Add link to now lowest badge --- templates/productList.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/productList.html.twig b/templates/productList.html.twig index 16970a1..09fe110 100644 --- a/templates/productList.html.twig +++ b/templates/productList.html.twig @@ -83,7 +83,7 @@ {{ product.priceLowest | format_currency(product.country.currency, {}, product.country.locale) }} {% else %} {% if product.priceLowest != product.priceCurrent %}{{ product.priceLowest | format_currency(product.country.currency, {}, product.country.locale) }}{% else %} - now lowest{% endif %} + now lowest{% endif %} {% endif %} {{ product.priceCurrent | format_currency(product.country.currency, {}, product.country.locale) }}