mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
d2596c3c4c
boolean to avoid locking yourself out by setting access_password to empty string. Minor UI tweaks.
9 lines
No EOL
230 B
Handlebars
9 lines
No EOL
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}} |