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.
12 lines
255 B
Handlebars
12 lines
255 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={{this.attributes}} />
|
|
</tbody>
|
|
</table>
|