* better test helper * more reliable tests * more consistent use of data-value/data-name/title/aria-label everywhere: header and rows
7 lines
145 B
Handlebars
7 lines
145 B
Handlebars
{{#if template}}
|
|
{{{template}}}
|
|
{{else}}
|
|
{{#each icons as |icon|}} {{d-icon icon}} {{/each}}
|
|
<span class="name">{{{label}}}</span>
|
|
{{/if}}
|