Badges as links #71

Merged
krzysiej merged 5 commits from feature/link-badges into master 2026-02-19 09:33:56 +01:00
Showing only changes of commit 7f7cc72647 - Show all commits

View File

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