Sha256: 2a78cddf91564e1af0b1c0bf8a99b2aca78065c4e21775ae7308717bb34e69d3
Contents?: true
Size: 768 Bytes
Versions: 11
Compression:
Stored size: 768 Bytes
Contents
<% if current_exhibit %> <div id="exhibit-masthead" class="<%= exhibit_masthead? ? 'jumbotron with-exhibit-masthead' : 'with-page-masthead' %><%= ' with-image' if current_masthead %>"> <% if current_masthead %> <span class='background-container' style="background-image: url('<%= image_path(current_masthead.image.cropped) %>')"></span> <span class='background-container-gradient'></span> <% end %> <div class="container"> <div class="site-title h1"> <% if content_for? :masthead %> <%= content_for :masthead %> <% else %> <%= current_exhibit.title %> <% if current_exhibit.subtitle %> <small><%= current_exhibit.subtitle %></small> <% end %> <% end %> </div> </div> </div> <% end %>
Version data entries
11 entries across 11 versions & 1 rubygems