mirror of
https://ghfast.top/https://github.com/discourse/discourse-topic-voting.git
synced 2026-07-16 11:26:36 +08:00
11 lines
296 B
Handlebars
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}}
|