Sha256: 9ee179507690924c4f01ca59776c44b00dd412afdfb5c45edba4bcc96493fc92

Contents?: true

Size: 849 Bytes

Versions: 46

Compression:

Stored size: 849 Bytes

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 'application' %>
    <%= render partial: 'shared/ga', formats: [:html] %>
  </head>
  <body>

    <%= content_for?(:body) ? yield(:body) : yield %>

    <%= render 'shared/ajax_modal' %>
  </body>
</html>

Version data entries

46 entries across 46 versions & 2 rubygems

Version Path
worthwhile-0.1.2 app/views/layouts/boilerplate.html.erb
worthwhile-0.1.1 app/views/layouts/boilerplate.html.erb
worthwhile-0.1.0 app/views/layouts/boilerplate.html.erb
worthwhile-0.0.3 app/views/layouts/boilerplate.html.erb
worthwhile-0.0.2 app/views/layouts/boilerplate.html.erb
worthwhile-0.0.1 app/views/layouts/boilerplate.html.erb