mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
10 lines
228 B
Handlebars
10 lines
228 B
Handlebars
|
<LinkTo
|
||
|
@route={{@route}}
|
||
|
@query={{this.resetQuery}}
|
||
|
@current-when={{this.isActive}}
|
||
|
{{did-insert this.watchRouterEvents}}
|
||
|
{{will-destroy this.unwatchRouterEvents}}
|
||
|
...attributes
|
||
|
>
|
||
|
{{yield}}
|
||
|
</LinkTo>
|