funky-framadate-front/src/app/features/consultation/consultation-landing/consultation-landing.compon...

27 lines
625 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>
<h2 class="title is-2">
vous invite à participer à son sondage
</h2>
<div>
<div class="badge creator"></div>
<h3 class="title is-3">
{{ pollService._poll.getValue().title }}
</h3>
<p class="description">
Si ladministrateur du sondage a ajouter une description elle sera affiché ici.
</p>
<p class="date-end-box">
Fin du sondage le
<strong class="date-end">
14/11/2021
</strong>
</p>
<button
class="button is-primary"
[routerLink]="['consultation/' + pollService._poll.getValue().custom_url + '/simple']"
>
Je donne mes disponibilités
</button>
</div>
</div>