2019-11-23 15:46:07 +01:00
|
|
|
<h1>
|
|
|
|
Récapitulatif
|
2019-08-10 17:41:01 +02:00
|
|
|
</h1>
|
2019-11-23 15:46:07 +01:00
|
|
|
<h2 class="hero-title">
|
|
|
|
{{config.title}}
|
|
|
|
</h2>
|
|
|
|
<div class="creation">
|
|
|
|
créé par
|
|
|
|
{{config.myName}}
|
|
|
|
</div>
|
|
|
|
<div class="description">
|
|
|
|
<p>
|
|
|
|
{{config.description}}
|
|
|
|
</p>
|
|
|
|
</div>
|
2019-08-10 17:41:01 +02:00
|
|
|
<section>
|
2019-11-23 15:46:07 +01:00
|
|
|
<ul>
|
|
|
|
<li markdown *ngFor="let questions of config.answers">
|
|
|
|
{{questions.id + 1}}. {{questions.text}}
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<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>
|
2019-11-23 15:46:07 +01:00
|
|
|
|
|
|
|
<div class="back">
|
|
|
|
<a [routerLink]="'/step/visibility'"
|
|
|
|
class="btn btn--back">
|
|
|
|
Retour
|
|
|
|
</a>
|
|
|
|
</div>
|