mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 13:24:55 +00:00
Followup to e2d9117378ead0dbfcc6533d7cf6a7bf8a14d033, which made these labels bold because they were missing the correct class.
6 lines
214 B
Handlebars
6 lines
214 B
Handlebars
<label class="checkbox-label">
|
|
<Input @type="checkbox" @checked={{this.enabled}} />
|
|
<span>{{html-safe this.setting.description}}</span>
|
|
</label>
|
|
|
|
<SettingValidationMessage @message={{this.validationMessage}} /> |