Sha256: cca7dd2d2b301eb723a2e9be35157abe26dae0d314bdba9f6f0775356d20107e

Contents?: true

Size: 1.03 KB

Versions: 4

Compression:

Stored size: 1.03 KB

Contents

<!DOCTYPE HTML>
<html lang='en'>
<head>
  <%= render('layouts/mvp/meta').gsub(/\n/,'').html_safe %>

  <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
  <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto+Slab|Pacifico' rel='stylesheet' type='text/css'>

  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]-->

  <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
  <%= csrf_meta_tags %>

  <%= render 'layouts/mvp/instrumentation' %>
</head>
<body id="<%= body_id %>" class="<%= body_classes %>" data-controller="<%= controller.controller_path %>" data-action="<%= controller.action_name %>" data-iteration="<%= MVP::Iteration.version %>">
  <% if content_for? :body %>
    <%= yield :body %>
  <% else %>
    <%= yield %>
  <% end %>
</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
minimum-viable-product-0.0.7 app/views/layouts/mvp/application.html.erb
minimum-viable-product-0.0.6 app/views/layouts/mvp/application.html.erb
minimum-viable-product-0.0.5 app/views/layouts/mvp/application.html.erb
minimum-viable-product-0.0.4 app/views/layouts/mvp/application.html.erb