mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 02:09:30 +00:00
* Run no-implicit-this codemod for app templates * Run tagless-ember-components-codemod for plugins * Turn on no-implicit-this lint
7 lines
192 B
Handlebars
7 lines
192 B
Handlebars
<label>
|
|
<Input @type="checkbox" @checked={{this.enabled}} />
|
|
<span>{{html-safe this.setting.description}}</span>
|
|
</label>
|
|
|
|
<SettingValidationMessage @message={{this.validationMessage}} />
|