mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
11 lines
301 B
HTML
11 lines
301 B
HTML
<h1 i18n>
|
|
Résumé avant validation
|
|
</h1>
|
|
<section>
|
|
<div markdown *ngFor="let questions of config.answers">
|
|
{{questions.id+1}}. {{questions.text}}
|
|
</div>
|
|
<button>Retour</button>
|
|
</section>
|
|
<a [routerLink]="'/step/end'" class="btn btn-block" i18n="@@confirm">C'est parfait!</a>
|