Sha256: 3dbae98c3e185e8ec043b21c826fde1441eea2a6e9eea31f236679ed620f5818
Contents?: true
Size: 958 Bytes
Versions: 20
Compression:
Stored size: 958 Bytes
Contents
<!doctype html> <!--[if lt IE 7 ]> <html class="ie ie6" lang="<%= I18n.locale %>"> <![endif]--> <!--[if IE 7 ]> <html class="ie ie7" lang="<%= I18n.locale %>"> <![endif]--> <!--[if IE 8 ]> <html class="ie ie8" lang="<%= I18n.locale %>"> <![endif]--> <!--[if IE 9 ]> <html class="ie ie9" lang="<%= I18n.locale %>"> <![endif]--> <!--[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/checkout_header' %> <div id="overlay" class="overlay"></div> <div data-hook> <main id="content" data-hook> <%= flash_messages %> <%= yield %> </main> <%= yield :templates %> </div> <%= render 'spree/shared/copyright' %> <%= render 'spree/shared/translations' %> </body> </html>
Version data entries
20 entries across 20 versions & 1 rubygems