2998deac50
This is mostly a direct application of the ember-angle-brackets-codemod. I manually restored newlines in multi-line component invocations, usually preserving file line length except for now-non-positional link-to @route. I needed to rename task to taskState in some cases to avoid Ember Concurrency naming conflicts.
10 lines
335 B
Handlebars
10 lines
335 B
Handlebars
{{title pathWithLeadingSlash " - Allocation " allocation.shortId " filesystem"}}
|
|
<AllocationSubnav @allocation={{allocation}} />
|
|
<Fs::Browser
|
|
@model={{allocation}}
|
|
@path={{path}}
|
|
@stat={{stat}}
|
|
@isFile={{isFile}}
|
|
@directoryEntries={{directoryEntries}}
|
|
@sortProperty={{sortProperty}}
|
|
@sortDescending={{sortDescending}} /> |