mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
FIX: Public poll not showing.
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user