FIX: Public poll not showing.

This commit is contained in:
Guo Xiang Tan 2016-06-24 11:20:35 +08:00
parent d396c89a21
commit 789a6aeb21
1 changed files with 2 additions and 2 deletions

View File

@ -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>