funky-framadate-front/src/app/pages/resume/resume.component.html

11 lines
364 B
HTML
Raw Normal View History

2019-08-10 17:41:01 +02:00
<h1 i18n>
Résumé avant validation
</h1>
<section>
2019-10-23 16:04:59 +02:00
<div markdown *ngFor="let questions of config.answers">
{{questions.id+1}}. {{questions.text}}
</div>
2019-10-24 08:48:26 +02:00
<button [routerLink]="'/step/answers'" class="btn btn-info">Retour</button>
2019-08-10 17:41:01 +02:00
</section>
2019-10-16 21:33:49 +02:00
<button [routerLink]="'/step/end'" class="btn btn--primary" i18n="@@confirm">C'est parfait!</button>