Skip to content

Commit

Permalink
Merge pull request #1478 from sul-dlss/labeled-tools-aside
Browse files Browse the repository at this point in the history
Use a labeled <aside> for tools sidebar
  • Loading branch information
jcoyne authored Jan 27, 2025
2 parents 92024aa + 38b4ac2 commit a7ec473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/catalog_result.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<%= render Blacklight::Document::PageHeaderComponent.new(document: @document, search_context: @search_context, search_session: search_session) %>
<% end %>
<% content_for(:content) do %>
<section class="<%= show_sidebar_classes %>">
<aside class="<%= show_sidebar_classes %>" aria-label="<%= t('.aria.sidebar') %>">
<%= content_for(:sidebar) %>
</section>
</aside>

<section class="<%= show_content_classes %>">
<%= yield %>
Expand Down

0 comments on commit a7ec473

Please sign in to comment.