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
Jarek Radosz 16ea7ab248
DEV: Run angle-brackets codemod (#17286)
Co-authored-by: Peter Wagenet <peter.wagenet@gmail.com>
2022-06-30 12:30:50 +02:00

9 lines
232 B
Handlebars

<RadioButton @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"}}