File tree Expand file tree Collapse file tree
app/views/layouts/blacklight Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -524,6 +524,7 @@ PLATFORMS
524524 aarch64-linux
525525 arm64-darwin-22
526526 x86_64-darwin-22
527+ x86_64-darwin-24
527528 x86_64-linux
528529 x86_64-linux-musl
529530
Original file line number Diff line number Diff line change 4747 <%= render partial : 'shared/header_navbar' %>
4848 < main id ="main-container " class ="<%= container_classes %> " role ="main " aria-label ="<%= t ( 'blacklight.main.aria.main_container' ) %> ">
4949 < span class ="constraints-label sr-only visually-hidden "> <%= t ( 'blacklight.search.filters.title' ) %> </ span >
50- <%= content_for ( :container_header ) ? content_for ( :container_header ) : "<div class='sr-only visually-hidden-focusable'> <h1> Main Content </h1><h2> Content Section </h2></div>" . html_safe %>
50+ <%= content_tag ( :div , class : "sr-only visually-hidden-focusable" ) do
51+ content_tag ( :h1 , "Main Content" ) +
52+ content_tag ( :h2 , "Section Content" )
53+ end %>
5154 <%= render partial : 'shared/flash_msg' , layout : 'shared/flash_messages' %>
5255
5356 < div class ="row ">
You can’t perform that action at this time.
0 commit comments