app/views/spree/layouts/spree_application.html.erb in spree_frontend-4.3.0.rc2 vs app/views/spree/layouts/spree_application.html.erb in spree_frontend-4.3.0.rc3
- old
+ new
@@ -6,9 +6,10 @@
<!--[if gt IE 9]><!--><html lang="<%= I18n.locale %>"><!--<![endif]-->
<head data-hook="inside_head">
<%= render partial: 'spree/shared/head' %>
</head>
<body class="<%= body_class %>" id="<%= @body_id || 'default' %>" data-hook="body">
+ <%= render partial: 'spree/shared/get_started' %>
<%= render partial: 'spree/shared/header' %>
<div id="overlay" class="overlay hide-on-esc"></div>
<div data-hook>
<%= flash_messages %>