mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Merge pull request #1164 from ZogStriP/add-label-for-boolean-settings
add label for boolean setting
This commit is contained in:
commit
5d6ce6d17f
1 changed files with 5 additions and 3 deletions
|
@ -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 a new issue