From 6dd824fe952157a2ec3fac4d287b9bc25c84d320 Mon Sep 17 00:00:00 2001 From: Mickael Veaudour Date: Tue, 6 Aug 2024 08:33:22 +0200 Subject: [PATCH] replace button by div --- templates/edu_notes.twig | 20 ++++++++++---------- templates/eleve_notes.twig | 18 +++++++++--------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/templates/edu_notes.twig b/templates/edu_notes.twig index 18c22f9..32f069b 100644 --- a/templates/edu_notes.twig +++ b/templates/edu_notes.twig @@ -2,17 +2,17 @@ {% for bulletin in bulletins|sort %} {% if bulletin.isVisible() %}
- -
- {% include '@meeo/eleve_notes.twig' with { 'bulletin' : bulletin } %} + +
+ {% include '@meeo/eleve_notes.twig' with { 'bulletin' : bulletin } %} +
{% endif %} {% endfor %} -
\ No newline at end of file + diff --git a/templates/eleve_notes.twig b/templates/eleve_notes.twig index 7747d83..88de8df 100644 --- a/templates/eleve_notes.twig +++ b/templates/eleve_notes.twig @@ -2,15 +2,15 @@ {% for matiere in bulletin.getMatieres() %} {% if matiere.isVisible() %}
- +
+
{% for note in matiere.getNotes() %}
@@ -37,4 +37,4 @@
{% endif %} {% endfor %} -
\ No newline at end of file +