Country stats and searching by exact model name.
All checks were successful
/ deploy-job (push) Successful in 0s

This commit is contained in:
2026-02-24 08:44:23 +01:00
parent 59f10e620f
commit 0da1aa4ff6
5 changed files with 49 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
<td>
<a href='{{ path('app_product', {'productId': product.id}) }}'
class="text-decoration-none">{{ product.name }}</a>
<span class="badge text-bg-light"><a href="{{ path('app_search', {'search': product.subTitle}) }}"
<span class="badge text-bg-light"><a href="{{ path('app_product_model', {'productModel': product.subTitle}) }}"
class="link-underline link-underline-opacity-0 link-dark">{{ product.subTitle }}</a></span>
{% if product.promotions is not null and product.promotions.hasPromotion %}<a
href="{{ path('app_promos', {'promo': product.promotions.slug}) }}"><span class="badge bg-info">PROMO: {{ product.promotions.tag }}</span>