2020-07-09 20:19:07 +00:00
|
|
|
{{#if this.taskState}}
|
|
|
|
{{#if this.path}}
|
|
|
|
<LinkTo @route="allocations.allocation.task.fs" @models={{array this.allocation this.taskState this.path}} @activeClass="is-active">
|
2020-06-01 13:15:59 +00:00
|
|
|
{{yield}}
|
2020-06-01 19:03:56 +00:00
|
|
|
</LinkTo>
|
2020-06-01 13:15:59 +00:00
|
|
|
{{else}}
|
2020-07-09 20:19:07 +00:00
|
|
|
<LinkTo @route="allocations.allocation.task.fs-root" @models={{array this.allocation this.taskState}} @activeClass="is-active">
|
2020-06-01 13:15:59 +00:00
|
|
|
{{yield}}
|
2020-06-01 19:03:56 +00:00
|
|
|
</LinkTo>
|
2020-06-01 13:15:59 +00:00
|
|
|
{{/if}}
|
|
|
|
{{else}}
|
2020-07-09 20:19:07 +00:00
|
|
|
{{#if this.path}}
|
|
|
|
<LinkTo @route="allocations.allocation.fs" @models={{array this.allocation this.path}} @activeClass="is-active">
|
2020-06-01 13:15:59 +00:00
|
|
|
{{yield}}
|
2020-06-01 19:03:56 +00:00
|
|
|
</LinkTo>
|
2020-06-01 13:15:59 +00:00
|
|
|
{{else}}
|
2020-07-09 20:19:07 +00:00
|
|
|
<LinkTo @route="allocations.allocation.fs-root" @model={{this.allocation}} @activeClass="is-active">
|
2020-06-01 13:15:59 +00:00
|
|
|
{{yield}}
|
2020-06-01 19:03:56 +00:00
|
|
|
</LinkTo>
|
2020-06-01 13:15:59 +00:00
|
|
|
{{/if}}
|
|
|
|
{{/if}}
|