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.
12 lines
250 B
Handlebars
12 lines
250 B
Handlebars
<table class="table is-striped is-fixed is-compact is-darkened">
|
|
<thead>
|
|
<tr>
|
|
<th class="is-one-third">Name</th>
|
|
<th>Value</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<AttributesSection @attributes={{attributes}} />
|
|
</tbody>
|
|
</table>
|