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