244157786a
This is the result of running the no-implicit-this-codemod, some manual fixes, and the addition of a linting rule to prevent future ambiguity.
6 lines
161 B
Handlebars
6 lines
161 B
Handlebars
{{#if this.visible}}
|
|
<LinkTo @query={{hash currentPage=this.page}} class={{this.attrs.class}} data-test-pager={{this.test}}>
|
|
{{yield}}
|
|
</LinkTo>
|
|
{{/if}}
|