mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 12:23:36 +08:00
Say something when no site settings match the filter
This commit is contained in:
parent
68a69f06e3
commit
1616741836
|
@ -1 +1,6 @@
|
||||||
{{collection contentBinding="filteredContent" classNames="form-horizontal settings" itemViewClass="Discourse.SiteSettingView"}}
|
{{#if filteredContent.length}}
|
||||||
|
{{collection contentBinding="filteredContent" classNames="form-horizontal settings" itemViewClass="Discourse.SiteSettingView"}}
|
||||||
|
{{else}}
|
||||||
|
<br/>
|
||||||
|
{{i18n admin.site_settings.no_results}}
|
||||||
|
{{/if}}
|
|
@ -1419,6 +1419,7 @@ en:
|
||||||
title: 'Settings'
|
title: 'Settings'
|
||||||
reset: 'reset to default'
|
reset: 'reset to default'
|
||||||
none: 'none'
|
none: 'none'
|
||||||
|
no_results: "No results found."
|
||||||
categories:
|
categories:
|
||||||
all_results: 'All'
|
all_results: 'All'
|
||||||
required: 'Required'
|
required: 'Required'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user