ea2adb3bf6
This includes fixes for newer template lint rules that came along with updating that dependency, which was necessary to be able to use the no-curly-component-invocation rule. It also updates some curly invocations that I missed in #8075.
7 lines
314 B
Handlebars
7 lines
314 B
Handlebars
<div class="tabs is-subnav">
|
|
<ul>
|
|
<li><LinkTo @route="allocations.allocation.index" @model={{allocation}} @activeClass="is-active">Overview</LinkTo></li>
|
|
<li><LinkTo @route="allocations.allocation.fs-root" @model={{allocation}} class={{if filesLinkActive "is-active"}}>Files</LinkTo></li>
|
|
</ul>
|
|
</div>
|