Sha256: 0c4b4b44c6f067aca4dac2b5c403b8f9591101cc10846a342c78bc1c521cdf7b
Contents?: true
Size: 1.79 KB
Versions: 1
Compression:
Stored size: 1.79 KB
Contents
<html lang="en" class="no-js"> <head> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <!-- Mobile viewport optimization h5bp.com/ad --> <meta name="HandheldFriendly" content="True"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <!-- Mobile IE allows us to activate ClearType technology for smoothing fonts for easy reading --> <!--[if IEMobile]> <meta http-equiv="cleartype" content="on"> <![endif]--> <title><%= h(@page_title || application_name) %></title> <link href="<%= current_exhibit ? spotlight.exhibit_opensearch_catalog_url(current_exhibit, format: 'xml') : main_app.opensearch_catalog_url(format: 'xml') %>" title="<%= application_name %>" type="application/opensearchdescription+xml" rel="search"/> <%= favicon_link_tag 'favicon.ico' %> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> <%= content_for(:head) %> <%= description %> <%= twitter_card %> <%= opengraph %> <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body class="<%= render_body_class %>"> <%= render partial: 'shared/header_navbar' %> <%= render partial: 'shared/exhibit_masthead_and_navbar' %> <%= content_for?(:header_content) ? yield(:header_content) : "" %> <%= render partial: 'shared/ajax_modal' %> <div id="main-container" class="container"> <%= render partial: '/flash_msg', layout: 'shared/flash_messages' %> <div class="row"> <%= content_for?(:content) ? yield(:content) : yield %> </div> </div> <%= render :partial => 'shared/footer' %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blacklight-spotlight-0.13.0 | app/views/layouts/spotlight/spotlight.html.erb |