Fix snip index not being hoverable

This commit is contained in:
Tim 2025-05-11 01:27:54 +02:00
parent e0ca39933c
commit 04b2037f2d

View File

@ -11,7 +11,7 @@
<br><br> <br><br>
<div class="list-group"> <div class="list-group">
{% for snip in snips %} {% for snip in snips %}
<a class="list-group-item d-flex justify-content-between" href="{{ path('snip_single', {snip: snip.id}) }}"> <a class="list-group-item list-group-item-action d-flex justify-content-between" href="{{ path('snip_single', {snip: snip.id}) }}">
<span> <span>
{{ snip }} {{ snip }}
</span> </span>