mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-25 00:29:30 -05:00
9 lines
230 B
Handlebars
9 lines
230 B
Handlebars
|
{{#with view.content}}
|
||
|
<div class='span4 offset1'>
|
||
|
<h3>{{unbound setting}}</h3>
|
||
|
</div>
|
||
|
<div class="span11">
|
||
|
{{view Ember.Checkbox checkedBinding="enabled" value="true"}}
|
||
|
{{unbound description}}
|
||
|
</div>
|
||
|
{{/with}}
|