mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 02:09:30 +00:00
7 lines
177 B
Handlebars
7 lines
177 B
Handlebars
<label>
|
|
<Input @type="checkbox" @checked={{enabled}} />
|
|
<span>{{html-safe setting.description}}</span>
|
|
</label>
|
|
|
|
<SettingValidationMessage @message={{validationMessage}} />
|