File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
app/views/layouts/blacklight Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 4646 < div class ="ucb_container ">
4747 <%= render partial : 'shared/header_navbar' %>
4848 < main id ="main-container " class ="<%= container_classes %> " role ="main " aria-label ="<%= t ( 'blacklight.main.aria.main_container' ) %> ">
49- < span class ="constraints-label sr-only visually-hidden "> <%= t ( 'blacklight.search.filters.title' ) %> </ span >
50- <%= content_for ( :container_header ) || content_tag ( :div , class : "sr-only visually-hidden-focusable" ) do
51- content_tag ( :h1 , "Main Content" ) +
52- content_tag ( :h2 , "Section Content" )
49+ <%= content_for ( :container_header ) || content_tag ( :div , class : "sr-only visually-hidden" ) do
50+ if render_page_title == "UC Berkeley GeoData"
51+ content_tag ( :h1 , render_page_title ) + content_tag ( :h2 , render_page_title + " Categories" )
52+ else
53+ content_tag ( :h1 , render_page_title )
54+ end
5355 end %>
5456 <%= render partial : 'shared/flash_msg' , layout : 'shared/flash_messages' %>
5557
You can’t perform that action at this time.
0 commit comments