discourse/app/assets/javascripts/admin/addon/templates/components/install-theme-item.hbs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
232 B
Handlebars
Raw Normal View History

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