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>
|
<h3>{{unbound setting}}</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="span11">
|
<div class="span11">
|
||||||
{{view Ember.Checkbox checkedBinding="enabled" value="true"}}
|
<label>
|
||||||
{{unbound description}}
|
{{view Ember.Checkbox checkedBinding="enabled" value="true"}}
|
||||||
|
{{unbound description}}
|
||||||
|
</label>
|
||||||
</div>
|
</div>
|
||||||
{{/with}}
|
{{/with}}
|
||||||
|
Loading…
Reference in New Issue
Block a user