mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
12 lines
260 B
Handlebars
12 lines
260 B
Handlebars
{{#with view.content}}
|
|
<div class='span4 offset1'>
|
|
<h3>{{unbound setting}}</h3>
|
|
</div>
|
|
<div class="span11">
|
|
<label>
|
|
{{view Ember.Checkbox checkedBinding="enabled" value="true"}}
|
|
{{unbound description}}
|
|
</label>
|
|
</div>
|
|
{{/with}}
|