Sha256: 109476b37edd4a11ee680dcbcda6c991ab3b354505e181aa0b810cce1df313a7

Contents?: true

Size: 791 Bytes

Versions: 7

Compression:

Stored size: 791 Bytes

Contents

<!DOCTYPE HTML>
<html lang='en'>
<head>
  <%= render('layouts/minimum_viable_product/meta').gsub(/\n/,'').html_safe %>
  <%= yield :meta %>
  <%= yield :stylesheets %>
  <!--[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]-->
  <%= yield :javascripts %>
  <%= csrf_meta_tags %>
  <%= render 'layouts/minimum_viable_product/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

7 entries across 7 versions & 2 rubygems

Version Path
mvpkit-1.0.3 app/views/layouts/mvp/application.html.erb
mvpkit-1.0.2 app/views/layouts/mvp/application.html.erb
mvpkit-1.0.1 app/views/layouts/mvp/application.html.erb
mvpkit-1.0.0 app/views/layouts/mvp/application.html.erb
mvpkit-0.8.1 app/views/layouts/minimum_viable_product/application.html.erb
mvpkit-0.8.0 app/views/layouts/minimum_viable_product/application.html.erb
minimum_viable_product-0.7.15 app/views/layouts/minimum_viable_product/application.html.erb