This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/admin/addon/templates/components/install-theme-item.hbs

9 lines
217 B
Handlebars

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