add label for boolean setting

This commit is contained in:
Régis Hanol 2013-07-08 01:43:30 +02:00
parent c6c8246399
commit f9b2738ae1
1 changed files with 5 additions and 3 deletions

View File

@ -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}}