This commit is contained in:
@@ -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}) }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user