Skip to content

Commit

Permalink
add info message
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Sep 2, 2023
1 parent 2d0f621 commit 6c73976
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/Resources/views/admin/closingexception/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
{% endblock %}

{% block content %}
<div class="card-panel blue lighten-3">
<i class="material-icons left">info</i>
Aucun créneau ne sera généré le jour de la fermeture exceptionnelle.
</div>

<h4>Fermetures exceptionnelles à venir ({{ closingExceptionsFuture | length }})</h4>

{% if closingExceptionsFuture | length %}
Expand Down

0 comments on commit 6c73976

Please sign in to comment.