fix wrong link
All checks were successful
build / build (pull_request) Successful in 4m42s

This commit is contained in:
2025-02-27 19:19:41 +01:00
parent 9c6e991e58
commit ccfc8300f3
3 changed files with 12 additions and 6 deletions

View File

@ -16,7 +16,7 @@
<td>{{ (ticket.type | ticket)['price'] }}€</td>
<td>{{ ticket.note }}</td>
<td>
<a href="{{ path('admin', { entity: 'App\Entity\Ticket', action: 'detail', id: ticket.id }) }}"
<a href="{{ ticket|url }}"
class="btn btn-info btn-sm">
View
</a>