discourse/app/assets/javascripts/admin/addon/templates/components/install-theme-item.hbs
Peter Wagenet 371bbadb92
No implicit this codemod (#17235)
* Run no-implicit-this codemod for app templates
* Run tagless-ember-components-codemod for plugins
* Turn on no-implicit-this lint
2022-07-05 19:41:31 +02:00

9 lines
262 B
Handlebars

<RadioButton @name="install-items" @id={{this.value}} @value={{this.value}} @selection={{this.selection}} />
<label class="radio" for={{this.value}}>
{{#if this.showIcon}}
{{d-icon "plus"}}
{{/if}}
{{i18n this.label}}
</label>
{{d-icon "caret-right"}}