mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
FIX: Empty parentheses admin settings search
This commit is contained in:
parent
335e797776
commit
e2ea0b629f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
{{#link-to 'adminSiteSettingsCategory' category.nameKey class=category.nameKey}}
|
||||
{{category.name}}
|
||||
{{#if filtered}}
|
||||
<span class="count">({{category.count}})</span>
|
||||
{{#if category.count}}<span class="count">({{category.count}})</span>{{/if}}
|
||||
{{/if}}
|
||||
{{/link-to}}
|
||||
{{/link-to}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue