Ajout d'une page unique pour les exports
This commit is contained in:
@@ -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') %}
|
||||
|
Reference in New Issue
Block a user