2
0
Fork 0
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:
Arpit Jalan 2015-12-10 15:47:10 +05:30
parent 335e797776
commit e2ea0b629f

View file

@ -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}}