From 0e5d76313f3d8e350c43020b881a9f26d6a42d5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20P=C5=82aczek?= Date: Sat, 23 Nov 2024 11:59:32 +0100 Subject: [PATCH] Add badge to single product view. --- templates/product.html.twig | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/product.html.twig b/templates/product.html.twig index c52bfd8..3c01fe7 100644 --- a/templates/product.html.twig +++ b/templates/product.html.twig @@ -6,8 +6,10 @@ {% if product.starred %}★{% else %} ☆ {% endif %} {{ product.name }} - {{ product.name }} - {{ product.subTitle }} + + {{ product.name }} + {{ product.subTitle }} +