Merge pull request #1164 from ZogStriP/add-label-for-boolean-settings

add label for boolean setting
This commit is contained in:
Sam
2013-07-07 22:00:09 -07:00

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