From f451bfca0e56e7943edd5b854bbf729ab9d5cb33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20P=C5=82aczek?= Date: Sat, 26 Oct 2024 11:55:36 +0200 Subject: [PATCH] Hide code column on mobile --- templates/productList.html.twig | 4 ++-- templates/template.html.twig | 12 +++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/templates/productList.html.twig b/templates/productList.html.twig index d15089f..4a0003a 100644 --- a/templates/productList.html.twig +++ b/templates/productList.html.twig @@ -7,7 +7,7 @@ Name - Code + Code Categories Price @@ -18,7 +18,7 @@ {% if product.starred == true %}★{% else %} ☆ {% endif %} {{ product.name }} {{ product.name }} - {{ product.subTitle }} + {{ product.subTitle }}