mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-26 19:22:18 +08:00
Followup to e2d9117378, which
made these labels bold because they were missing the correct
class.
6 lines
No EOL
214 B
Handlebars
Vendored
6 lines
No EOL
214 B
Handlebars
Vendored
<label class="checkbox-label">
|
|
<Input @type="checkbox" @checked={{this.enabled}} />
|
|
<span>{{html-safe this.setting.description}}</span>
|
|
</label>
|
|
|
|
<SettingValidationMessage @message={{this.validationMessage}} /> |