Sha256: 79b7a8cc327c337bdd4a91d895d4c1a4048eb28a81b664e9bf4bc8b84e60084a
Contents?: true
Size: 1.45 KB
Versions: 4
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> <%= favicon_link_tag 'favicon.ico' %> <%= stylesheet_link_tag "application", media: "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> <%= content_for(:head) %> <!-- 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/ajax_modal' %> <div id="main-container" class="container"> <%= render :partial=>'/flash_msg', layout: 'shared/flash_messages' %> <div class="row"> <%= yield %> </div> </div> <%= render :partial => 'shared/footer' %> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems