Sha256: 0fec6c152568a416a5bf63967e1e105785975f2e2dea53ab139812d4d4722f85
Contents?: true
Size: 967 Bytes
Versions: 35
Compression:
Stored size: 967 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/header' %> <div id="overlay" class="overlay hide-on-esc"></div> <div data-hook> <main id="content" data-hook> <%= flash_messages %> <%= yield %> </main> <%= yield :templates %> </div> <%= render partial: 'spree/shared/footer' %> <%= render 'spree/shared/translations' %> </body> </html>
Version data entries
35 entries across 35 versions & 1 rubygems