diff --git a/app/components/blacklight/search_navbar_component.html.erb b/app/components/blacklight/search_navbar_component.html.erb index 7e9bb5dd8..0b7f4309c 100644 --- a/app/components/blacklight/search_navbar_component.html.erb +++ b/app/components/blacklight/search_navbar_component.html.erb @@ -1,5 +1,5 @@ <%= tag.div class: 'navbar-search navbar navbar-light bg-light', role: 'navigation', aria: { label: t('blacklight.search.header') } do %> -
+
<%= search_bar %>
<% end %> diff --git a/app/components/blacklight/top_navbar_component.html.erb b/app/components/blacklight/top_navbar_component.html.erb index 606fc693d..e555b4225 100644 --- a/app/components/blacklight/top_navbar_component.html.erb +++ b/app/components/blacklight/top_navbar_component.html.erb @@ -1,5 +1,5 @@ <%= render partial: 'shared/header_navbar' %> -
+
<%= content_for(:container_header) %> <%= render partial: 'shared/flash_msg', layout: 'shared/flash_messages' %> diff --git a/app/views/layouts/catalog_result.html.erb b/app/views/layouts/catalog_result.html.erb index 3bb175230..cab1bde5a 100644 --- a/app/views/layouts/catalog_result.html.erb +++ b/app/views/layouts/catalog_result.html.erb @@ -1,8 +1,10 @@ + <% content_for(:content) do %>
- <%= content_for(:sidebar) %> - <%= yield %> +
+ <%= content_for(:sidebar) %> + <%= yield %> +
<% end %> - <%= render template: "layouts/blacklight/base" %>