link anchor in success page

This commit is contained in:
Tykayn 2022-03-21 11:12:28 +01:00 committed by tykayn
parent 62489dd250
commit 2dd8c8e825
1 changed files with 2 additions and 11 deletions

View File

@ -58,19 +58,10 @@
<h2 class="title is-2 has-text-primary go-see-title"> <h2 class="title is-2 has-text-primary go-see-title">
{{ 'success.label' | translate }} {{ 'success.label' | translate }}
</h2> </h2>
<button <a class="button is-primary is-fullwidth" routerLink="{{ pollService.getParticipationUrl() }}">
class="button is-primary is-fullwidth"
routerLink="{{ pollService.getParticipationUrl() }}"
>
{{ 'success.action' | translate }} {{ 'success.action' | translate }}
</button> </a>
</div> </div>
<hr />
<!-- <div class="debug">-->
<!-- pollService.form.value.title: {{pollService.form.value.title}} <br>-->
<!-- getParticipationUrl: {{pollService.getParticipationUrl()}}-->
<!-- getAdministrationUrlFromForm: {{ pollService.getAdministrationUrlFromForm() }}-->
<!-- </div>-->
</div> </div>
</div> </div>
<!-- cas d'échec de création du sondage--> <!-- cas d'échec de création du sondage-->