Sha256: 95a97858f82f4b8c0cd60393ea9155687884bc6dc3009bbf65b2f2a0b86fef56
Contents?: true
Size: 982 Bytes
Versions: 1
Compression:
Stored size: 982 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 class="col-12" 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_frontend-4.3.0.rc1 | app/views/spree/layouts/spree_application.html.erb |