From 1863e11588cd7ae7aec2cc4f8303ab9e42cab47d Mon Sep 17 00:00:00 2001 From: Antonin Coquet <ext.sopra.acoquet@grandlyon.com> Date: Thu, 25 Mar 2021 10:28:06 +0100 Subject: [PATCH] add label and chage position --- .../structure-details/structure-details.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/structure-list/components/structure-details/structure-details.component.html b/src/app/structure-list/components/structure-details/structure-details.component.html index 97c3836d5..b881da1ea 100644 --- a/src/app/structure-list/components/structure-details/structure-details.component.html +++ b/src/app/structure-list/components/structure-details/structure-details.component.html @@ -159,7 +159,6 @@ <h2>Accueil</h2> </div> <!-- Openning Hours --> - <div *ngIf="structure.exceptionalClosures" class="bold-info">{{structure.exceptionalClosures}}</div> <div fxLayout="row" class="w-100 mobile-column"> <div *ngIf="structure.hours.hasData()" fxFlex="50%"> <h3 class="subtitle">Horaires d’ouverture au public</h3> @@ -208,6 +207,8 @@ </div> </div> </div> + <h4 class="subtitle">Précisions sur les horaires:</h4> + <div *ngIf="structure.exceptionalClosures" class="bold-info">{{structure.exceptionalClosures}}</div> </div> <!-- Démarches en ligne --> <div -- GitLab