mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 04:52:52 +08:00
18 lines
587 B
Handlebars
18 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>
|