funky-framadate-front/src/app/features/consultation/success/success.component.html

19 lines
610 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="success">
<h2 class="title is-2">
Votre participation a bien été prise en compte !
</h2>
<p class="conclusion">
Vous avez participé au sondage « Quand pour le resto ? ». Vous pouvez modifier vos votes, voir les votes des
autres participants ou échanger des messages avec eux. Pour ça, cliquez sur « Voir le sondage ».
</p>
<button
class="button is-primary"
[routerLink]="['consultation/' + pollService._poll.getValue().custom_url + '/simple']"
>
Voir le sondage
</button>
<button class="button is-primary" [routerLink]="['/']">
Aller à lacceuil
</button>
</div>