Sha256: 4943f685c55f8fd2134108dd8ee48ab919503b9bab97f473ad72ad303b83ced1
Contents?: true
Size: 987 Bytes
Versions: 26
Compression:
Stored size: 987 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> <footer> <%= render 'spree/shared/copyright' %> </footer> <%= render 'spree/shared/translations' %> </body> </html>
Version data entries
26 entries across 26 versions & 1 rubygems