From 7e64ec7f69fcf1936f71da24355804cec76c43d6 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Wed, 15 Dec 2021 18:37:37 +0100 Subject: [PATCH] display heading order in stepper --- .../stepper/stepper.component.html | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/src/app/features/administration/stepper/stepper.component.html b/src/app/features/administration/stepper/stepper.component.html index 27e14b1e..33c9b1eb 100644 --- a/src/app/features/administration/stepper/stepper.component.html +++ b/src/app/features/administration/stepper/stepper.component.html @@ -65,18 +65,21 @@ alt="accueil {{ environment.appTitle }}" /> -

- +

+ {{ 'creation.title' | translate }} - Étape {{ step_current }} sur {{ step_max }} -

-

- - {{ pollService.form.value.title }} + + + + {{ pollService.form.value.title }} + + + (Aucun titre) + - - (Aucun titre) + Étape {{ step_current }} sur {{ step_max }}