mirror of https://github.com/zulip/zulip.git
12 lines
192 B
Handlebars
12 lines
192 B
Handlebars
|
{{#each comments}}
|
||
|
<li>
|
||
|
<button class="poll-vote" data-key="{{ key }}">
|
||
|
{{ count }}
|
||
|
</button>
|
||
|
{{ comment }}
|
||
|
{{#if names}}
|
||
|
({{ names }})
|
||
|
{{/if}}
|
||
|
</li>
|
||
|
{{/each}}
|