mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
boolean to avoid locking yourself out by setting access_password to empty string. Minor UI tweaks.
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}} |