mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 01:08:34 +08:00
371bbadb92
* Run no-implicit-this codemod for app templates * Run tagless-ember-components-codemod for plugins * Turn on no-implicit-this lint
9 lines
262 B
Handlebars
9 lines
262 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"}}
|