mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-23 03:41:54 +08:00
6 lines
No EOL
191 B
Handlebars
Vendored
6 lines
No EOL
191 B
Handlebars
Vendored
<label>
|
|
<Input @type="checkbox" @checked={{this.enabled}} />
|
|
<span>{{html-safe this.setting.description}}</span>
|
|
</label>
|
|
|
|
<SettingValidationMessage @message={{this.validationMessage}} /> |