This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/app/assets/javascripts/admin/addon/templates/components/install-theme-item.hbs
T
2022-12-28 13:11:12 +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"}}