mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 06:23:39 +08:00
6 lines
191 B
Handlebars
6 lines
191 B
Handlebars
<label>
|
|
<Input @type="checkbox" @checked={{this.enabled}} />
|
|
<span>{{html-safe this.setting.description}}</span>
|
|
</label>
|
|
|
|
<SettingValidationMessage @message={{this.validationMessage}} /> |