Ajout d'une page unique pour les exports

This commit is contained in:
2020-07-30 14:31:42 +02:00
parent 1f2b36b7fd
commit c6ade61a08
10 changed files with 321 additions and 255 deletions

View File

@@ -365,12 +365,18 @@
</a>
</li>
<li class="last">
<li>
<a href="{{path("app_holiday")}}">
<i class="fa fa-umbrella-beach"></i>Mes Congés
</a>
</li>
<li class="last">
<a href="{{path("app_export_view")}}">
<i class="fa fa-file-download"></i>Exports
</a>
</li>
{% endif %}
{% if is_granted('ROLE_ADMIN') or is_granted('ROLE_VALIDATOR') %}