We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c5a29 commit dd81565Copy full SHA for dd81565
2 files changed
app/views/search/common/_facet_sidebar_curation.html.erb
@@ -3,7 +3,7 @@
3
<% show_cross_space_filter = current_user&.is_admin? %>
4
<% resource_name = resource_type.model_name.human.downcase.pluralize %>
5
6
-<% if show_last_scraped_filter || show_hidden_filter %>
+<% if show_last_scraped_filter || show_hidden_filter || show_cross_space_filter %>
7
<ul class="unstyled nav-simple">
8
<li>
9
<h4 class="nav-heading mt-4">
config/locales/en.yml
@@ -859,7 +859,7 @@ en:
859
show_archived: 'Show archived %{resource}'
860
hide_archived: 'Hide archived %{resource}'
861
show_cross_space: 'Show %{resource} from all spaces'
862
- hide_cross_space: 'Hide %{resource} from all spaces'
+ hide_cross_space: 'Only show %{resource} from current space'
863
hidden:
864
values:
865
show_hidden: 'Show hidden items'
0 commit comments