mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
Issue-30 : markdown - bouton retour
This commit is contained in:
parent
be96384a8e
commit
ca3b76d0c8
@ -5,6 +5,10 @@
|
||||
<div markdown *ngFor="let questions of config.answers">
|
||||
{{questions.id+1}}. {{questions.text}}
|
||||
</div>
|
||||
<button>Retour</button>
|
||||
<!-- LOG -->
|
||||
<!-- <pre markdown>
|
||||
{{config |json}}
|
||||
</pre> -->
|
||||
<button [routerLink]="'/step/answers'" class="btn btn-info">Retour</button>
|
||||
</section>
|
||||
<a [routerLink]="'/step/end'" class="btn btn-block" i18n="@@confirm">C'est parfait!</a>
|
||||
|
Loading…
Reference in New Issue
Block a user