discourse/app/assets/javascripts/admin/templates/components/install-theme-item.hbs
Penar Musaraj cafe637407
UX: List popular themes and components in admin panel (#6997)
Reorganizes theme create/upload flows into one install flow
Adds quick list of popular themes/components with one-click installation
2019-02-20 14:58:31 -05:00

9 lines
219 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'}}