Sha256: 105d78c78ae624feb6b5ea9a1f36cb07a5418c10f3ab97adba703df5e18d8f15
Contents?: true
Size: 1.45 KB
Versions: 30
Compression:
Stored size: 1.45 KB
Contents
<!DOCTYPE html> <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"> <!-- Internet Explorer use the highest version available --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Mobile IE allows us to activate ClearType technology for smoothing fonts for easy reading --> <!--[if IEMobile]> <meta http-equiv="cleartype" content="on"> <![endif]--> <title><%= render_page_title %></title> <%= opensearch_description_tag application_name, opensearch_catalog_url(:format => 'xml') %> <%= favicon_link_tag %> <%= stylesheet_link_tag "application", media: "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> <%= content_for(:head) %> </head> <body class="<%= render_body_class %>"> <%= render :partial => 'shared/header_navbar' %> <%= render partial: 'shared/ajax_modal' %> <div id="main-container" class="<%= container_classes %>"> <%= content_tag :h1, application_name, class: 'sr-only application-heading' %> <%= render :partial=>'/flash_msg', layout: 'shared/flash_messages' %> <div class="row"> <%= yield %> </div> </div> <%= render :partial => 'shared/footer' %> </body> </html>
Version data entries
30 entries across 30 versions & 1 rubygems