discourse/app/assets/javascripts/admin/addon/components/install-theme-item.hbs
2023-02-13 11:42:38 +00:00

13 lines
269 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"}}