mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add an All Results tab when filtering the site settings
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
<li {{bindAttr class="category.nameKey"}}>
|
||||
{{#link-to 'adminSiteSettingsCategory' category.nameKey class=category.nameKey}}
|
||||
{{category.name}}
|
||||
{{#if filtered}}
|
||||
<span class="count">({{category.siteSettings.length}})</span>
|
||||
{{/if}}
|
||||
<span class='icon-chevron-right'></span>
|
||||
{{/link-to}}
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user