fix
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user