diff --git a/plugins/poll/assets/javascripts/discourse/templates/poll.js.handlebars b/plugins/poll/assets/javascripts/discourse/templates/poll.js.handlebars index 360499b40f7..60061272b15 100644 --- a/plugins/poll/assets/javascripts/discourse/templates/poll.js.handlebars +++ b/plugins/poll/assets/javascripts/discourse/templates/poll.js.handlebars @@ -1,11 +1,11 @@ {{#each poll.options}} - +
+ + -
- {{{ option }}} -
+
{{{option}}}
{{#if controller.showResults}}
{{i18n poll.voteCount count=votes}}
{{/if}} @@ -24,7 +24,7 @@ {{/if}} -{{#if controller.showToggleClosePoll}} +{{#if showToggleClosePoll}}