mirror of
https://github.com/discourse/discourse.git
synced 2024-12-12 23:04:00 +08:00
822e594fc8
Previously, the validation message is shown inline with the label which leads to the available width for both element being reduced.
7 lines
168 B
Handlebars
7 lines
168 B
Handlebars
<label>
|
|
{{input type="checkbox" checked=enabled}}
|
|
<span>{{html-safe setting.description}}</span>
|
|
</label>
|
|
|
|
{{setting-validation-message message=validationMessage}}
|