Sha256: 3b016d9fe4e45b67a0909d35d2d9ae9bec148df408a3ec82c60a79b1199292e8
Contents?: true
Size: 1.48 KB
Versions: 5
Compression:
Stored size: 1.48 KB
Contents
<!DOCTYPE html> <%= content_tag :html, class: 'no-js', **html_tag_attributes do %> <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> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems