update regex

This commit is contained in:
Kenneth SOARES
2025-09-09 16:31:20 +02:00
committed by imperosol
parent 8a27214801
commit 126fcbaaa1
2 changed files with 7 additions and 3 deletions

View File

@@ -40,6 +40,7 @@
<div class="slot" :style="getStyle(course)">
<span x-text="`${course.ueCode} (${course.courseType})`"></span>
<span x-text="`${course.startHour} - ${course.endHour}`"></span>
<span x-text="(course.weekGroup ? `\nGroupe ${course.weekGroup}` : '')"></span>
<span x-text="course.room"></span>
</div>
</template>