Sha256: ae463838a7b19241636af277f691d74c87e417697d5f99e49e45467ebedbbd6f
Contents?: true
Size: 1022 Bytes
Versions: 40
Compression:
Stored size: 1022 Bytes
Contents
<!DOCTYPE HTML> <html lang='en'> <head> <%= render('layouts/minimum_viable_product/meta').gsub(/\n/,'').html_safe %> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= yield :stylesheets %> <!-- 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 %> <%= 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
40 entries across 40 versions & 1 rubygems