app/views/layouts/mvp/application.html.erb in mvpkit-1.0.3 vs app/views/layouts/mvp/application.html.erb in mvpkit-1.0.4

- old
+ new

@@ -1,14 +1,14 @@ <!DOCTYPE HTML> <html lang='en'> <head> - <%= render('layouts/minimum_viable_product/meta').gsub(/\n/,'').html_safe %> + <%= render('layouts/mvp/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' %> + <%= 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 %>