Sha256: d25520636ecd3c575cbf51167983c38890fa49544513d0b81a33bdf54b0784a0
Contents?: true
Size: 774 Bytes
Versions: 23
Compression:
Stored size: 774 Bytes
Contents
<!DOCTYPE HTML> <html lang='en'> <head> <%= render('layouts/minimum_viable_product/meta').gsub(/\n/,'').html_safe %> <%= 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
23 entries across 23 versions & 1 rubygems