Sha256: 2f20ba176a8fd673f87ae8c8497d812ffe573f5638d035dbc3e969f614f2fb0c
Contents?: true
Size: 1.03 KB
Versions: 19
Compression:
Stored size: 1.03 KB
Contents
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title><%= content_for?(:page_title) ? yield(:page_title) : default_page_title %></title> <meta name="viewport" content="width=device-width"> <%= csrf_meta_tag %> <%= stylesheet_link_tag 'application' %> <%= javascript_include_tag 'modernizr' %> <%= render :partial => '/ga', :formats => [:html] -%> </head> <body> <%= content_for?(:body) ? yield(:body) : yield %> <%= javascript_include_tag 'application' %> <% unless Rails.env.production? %> <!-- Rendered through: <%= yield(:layout_name) %>boilerplate --> <% end %> <div id="ajax-modal" class="modal hide fade" tabindex="-1"></div> </body> </html>
Version data entries
19 entries across 19 versions & 1 rubygems