remove vendor id from list
All checks were successful
/ ls (pull_request) Successful in 30s
/ ls (push) Successful in 29s
/ ls (release) Successful in 33s

This commit is contained in:
Jonas 2024-06-26 20:49:00 +02:00
parent 83e1ae3204
commit 01354fa70c
Signed by: lubiana
SSH key fingerprint: SHA256:gkqM8DUX4Blf6P52fycW8ISTd+4eAHH+Uzu9iyc8hAM

View file

@ -8,7 +8,6 @@
<table class="table">
<thead>
<tr>
<th>Id</th>
<th>Name</th>
<th>actions</th>
</tr>
@ -16,7 +15,6 @@
<tbody>
{% for food_vendor in food_vendors %}
<tr>
<td>{{ food_vendor.id }}</td>
<td>{{ food_vendor.name }}</td>
<td>
<a href="{{ path('app_food_vendor_show', {'id': food_vendor.id}) }}">show</a>