2019-01-28 19:13:56 +01:00
|
|
|
{{#each options}}
|
2018-02-23 15:54:07 +01:00
|
|
|
<li>
|
2019-02-27 07:20:12 +01:00
|
|
|
<button class="poll-vote {{#if current_user_vote}}current-user-vote{{/if}}" data-key="{{ key }}">
|
2018-02-23 15:54:07 +01:00
|
|
|
{{ count }}
|
|
|
|
</button>
|
2019-01-28 19:13:56 +01:00
|
|
|
<span class="poll-option">{{ option }}</span>
|
2018-02-23 15:54:07 +01:00
|
|
|
{{#if names}}
|
2018-05-31 02:00:40 +02:00
|
|
|
<span class="poll-names">({{ names }})</span>
|
2018-02-23 15:54:07 +01:00
|
|
|
{{/if}}
|
|
|
|
</li>
|
|
|
|
{{/each}}
|