mirror of
https://ghfast.top/https://github.com/discourse/discourse-topic-voting.git
synced 2026-07-16 11:26:36 +08:00
14 lines
No EOL
380 B
Handlebars
14 lines
No EOL
380 B
Handlebars
{{#if model.can_vote}}
|
|
{{#if model.postStream.loaded}}
|
|
{{#if model.postStream.firstPostPresent}}
|
|
<div class="voting title-voting">
|
|
{{! template-lint-disable no-capital-arguments }}
|
|
<MountWidget
|
|
@widget="vote-box"
|
|
@args={{model}}
|
|
@showLogin={{route-action "showLogin"}}
|
|
/>
|
|
</div>
|
|
{{/if}}
|
|
{{/if}}
|
|
{{/if}} |