mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: Public poll not showing.
This commit is contained in:
parent
d396c89a21
commit
789a6aeb21
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
||||||
<div class="poll-container">
|
<div class="poll-container">
|
||||||
{{#if showingResults}}
|
{{#if showingResults}}
|
||||||
{{#if isNumber}}
|
{{#if isNumber}}
|
||||||
{{poll-results-number poll=poll}}
|
{{poll-results-number isPublic=isPublic poll=poll}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{poll-results-standard poll=poll}}
|
{{poll-results-standard isPublic=isPublic poll=poll}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{else}}
|
{{else}}
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue