discourse-topic-voting/assets/javascripts/discourse/templates/connectors/topic-above-post-stream/topic-title-voting.hbs

11 lines
296 B
Handlebars

{{#if model.can_vote}}
{{#if model.postStream.loaded}}
{{#if model.postStream.firstPostPresent}}
<div class="voting title-voting">
{{mount-widget widget="vote-box" args=model
showLogin=(route-action "showLogin")
}}
</div>
{{/if}}
{{/if}}
{{/if}}