funky-framadate-front/src/app/pages/resume/resume.component.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>