stacks count on consultation page

This commit is contained in:
Tykayn 2021-05-20 14:27:40 +02:00 committed by tykayn
parent b23155172a
commit fc0db05f23
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@
<div class="card">
<header class="card-header">
<p class="card-header-title is-1 title">{{ poll.title }}</p>
<div class="voters-count padded"><i class="fa fa-users"></i> {{ poll.stacks.length }} votants</div>
<!-- <p class="card-header-icon">author : {{ poll.owner?.pseudo }}</p>-->
</header>