mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
link anchor in success page
This commit is contained in:
parent
62489dd250
commit
2dd8c8e825
@ -58,19 +58,10 @@
|
||||
<h2 class="title is-2 has-text-primary go-see-title">
|
||||
{{ 'success.label' | translate }}
|
||||
</h2>
|
||||
<button
|
||||
class="button is-primary is-fullwidth"
|
||||
routerLink="{{ pollService.getParticipationUrl() }}"
|
||||
>
|
||||
<a class="button is-primary is-fullwidth" routerLink="{{ pollService.getParticipationUrl() }}">
|
||||
{{ 'success.action' | translate }}
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
<hr />
|
||||
<!-- <div class="debug">-->
|
||||
<!-- pollService.form.value.title: {{pollService.form.value.title}} <br>-->
|
||||
<!-- getParticipationUrl: {{pollService.getParticipationUrl()}}-->
|
||||
<!-- getAdministrationUrlFromForm: {{ pollService.getAdministrationUrlFromForm() }}-->
|
||||
<!-- </div>-->
|
||||
</div>
|
||||
</div>
|
||||
<!-- cas d'échec de création du sondage-->
|
||||
|
Loading…
Reference in New Issue
Block a user