mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: Polls were broken after Ember upgrade
This commit is contained in:
parent
db89695d4d
commit
f21d34df24
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<table>
|
||||
{{#each po poll.options}}
|
||||
{{#each po in poll.options}}
|
||||
<tr {{bind-attr class=po.checked:active}} {{action "selectOption" po.option}}>
|
||||
<td class="radio">
|
||||
<input type="radio" name="poll" {{bind-attr checked=po.checked disabled=controller.disableRadio}}>
|
||||
|
|
Loading…
Reference in a new issue