FIX: Public poll not showing.
This commit is contained in:
parent
d396c89a21
commit
789a6aeb21
|
@ -2,9 +2,9 @@
|
|||
<div class="poll-container">
|
||||
{{#if showingResults}}
|
||||
{{#if isNumber}}
|
||||
{{poll-results-number poll=poll}}
|
||||
{{poll-results-number isPublic=isPublic poll=poll}}
|
||||
{{else}}
|
||||
{{poll-results-standard poll=poll}}
|
||||
{{poll-results-standard isPublic=isPublic poll=poll}}
|
||||
{{/if}}
|
||||
{{else}}
|
||||
<ul>
|
||||
|
|
Loading…
Reference in New Issue