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.
7 lines
286 B
Handlebars
7 lines
286 B
Handlebars
<div class="tabs is-subnav">
|
|
<ul>
|
|
<li><LinkTo @route="clients.client.index" @model={{this.client}} @activeClass="is-active">Overview</LinkTo></li>
|
|
<li><LinkTo @route="clients.client.monitor" @model={{this.client}} @activeClass="is-active">Monitor</LinkTo></li>
|
|
</ul>
|
|
</div>
|