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