This commit is contained in:
Olivier PARPAILLON
2024-11-26 16:24:55 +01:00
parent 3331a21c9d
commit 346625b223

View File

@@ -47,9 +47,7 @@
<button type="submit">🔕</button>
</form>
{% endif %}
<form method="post" action="{{ path('sortie_view', { id: sortie.idSortie }) }}">
<button type="submit">👁️</button>
</form>
<a href="{{ path('sortie_view', { id: sortie.idSortie }) }}">👁️</a>
</td>
</tr>
{% else %}