mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 16:18:42 -05:00
17 lines
587 B
Handlebars
17 lines
587 B
Handlebars
<div class='admin-controls'>
|
|
<div class='search controls'>
|
|
<label>
|
|
{{input type="checkbox" checked=onlyOverridden}}
|
|
{{i18n admin.site_settings.show_overriden}}
|
|
</label>
|
|
</div>
|
|
<div class='search controls'>
|
|
{{textField value=filter placeHolderKey="type_to_filter"}}
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{collection contentBinding="filteredContent" classNames="form-horizontal settings" itemViewClass="Discourse.SiteSettingView"}}
|
|
|
|
<!-- will remove as soon as I figure out what is going on -->
|
|
<p><small>Diagnostics: last_message_processed {{diags.last_message_processed}}</small></p>
|