DEV: Use angle bracket syntax (#153)
This commit is contained in:
parent
d9cab96642
commit
586d663796
|
@ -2,11 +2,12 @@
|
|||
{{#if model.postStream.loaded}}
|
||||
{{#if model.postStream.firstPostPresent}}
|
||||
<div class="voting title-voting">
|
||||
{{mount-widget
|
||||
widget="vote-box"
|
||||
args=model
|
||||
showLogin=(route-action "showLogin")
|
||||
}}
|
||||
{{! template-lint-disable no-capital-arguments }}
|
||||
<MountWidget
|
||||
@widget="vote-box"
|
||||
@args={{model}}
|
||||
@showLogin={{route-action "showLogin"}}
|
||||
/>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue