Badges as links

This commit is contained in:
2026-02-13 08:18:51 +01:00
committed by krzysiej
parent c6c11d5f7f
commit f0f26ad64d

View File

@@ -48,7 +48,7 @@
data-bs-title="Last update: {{ product.lastSeen }}">is discontinued</span> data-bs-title="Last update: {{ product.lastSeen }}">is discontinued</span>
{% endif %} {% endif %}
{% if product.isNew() %} {% if product.isNew() %}
<span class="badge text-bg-success">is new</span> <a href="{{ path('app_new') }}"><span class="badge text-bg-success">is new</span></a>
{% endif %} {% endif %}
<span class="badge text-bg-light"><a <span class="badge text-bg-light"><a
href="{{ path('app_search', {'search': product.subTitle}) }}" href="{{ path('app_search', {'search': product.subTitle}) }}"