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