mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 11:44:06 -06:00
add label for boolean setting
This commit is contained in:
parent
c6c8246399
commit
f9b2738ae1
@ -3,7 +3,9 @@
|
||||
<h3>{{unbound setting}}</h3>
|
||||
</div>
|
||||
<div class="span11">
|
||||
{{view Ember.Checkbox checkedBinding="enabled" value="true"}}
|
||||
{{unbound description}}
|
||||
<label>
|
||||
{{view Ember.Checkbox checkedBinding="enabled" value="true"}}
|
||||
{{unbound description}}
|
||||
</label>
|
||||
</div>
|
||||
{{/with}}
|
||||
{{/with}}
|
||||
|
Loading…
Reference in New Issue
Block a user