Sha256: bd6f33b9c962a2c5fb583a6ecad0665c6707fac391b65e23aee2bebdb2717231
Contents?: true
Size: 1.22 KB
Versions: 44
Compression:
Stored size: 1.22 KB
Contents
<% if show_contact_form? %> <div id="report-problem-form"> <%= render 'spotlight/shared/report_a_problem' %> </div> <% end %> <div class="masthead <%= 'image-masthead' if current_masthead %> <%= 'resource-masthead' if resource_masthead? %>"> <% if current_masthead %> <span class='background-container' style="background-image: url('<%= current_masthead.iiif_url %>')"></span> <span class='background-container-gradient'></span> <% end %> <%= render 'shared/exhibit_navbar' if current_exhibit && resource_masthead? %> <div class="container site-title-container"> <div class="site-title h1"> <% if content_for? :masthead %> <%= content_for :masthead %> <% elsif current_exhibit %> <%= current_exhibit.title %> <% if current_exhibit.subtitle.present? %> <small><%= current_exhibit.subtitle %></small> <% end %> <% else %> <%= application_name %> <% if current_site.subtitle.present? %> <small><%= current_site.subtitle %></small> <% end %> <% end %> </div> </div> <%= render 'shared/exhibit_navbar' if current_exhibit && !resource_masthead? %> </div> <%= render 'shared/breadcrumbs' unless resource_masthead? %>
Version data entries
44 entries across 44 versions & 1 rubygems