Merge pull request #2055 from ligthyear/allow-html-in-poll-options

Allow poll options to contain rendered code
This commit is contained in:
Régis Hanol 2014-03-05 10:48:03 +01:00
commit aadf807054

View File

@ -4,7 +4,7 @@
<td class="radio"><input type="radio" name="poll" {{bind-attr checked=checked disabled=controller.loading}}></td>
<td class="option">
<div class="option">
{{option}}
{{{ option }}}
</div>
{{#if controller.showResults}}
<div class="result">{{i18n poll.voteCount count=votes}}</div>