Sha256: 0dfdb3e30fed752f100d458f477636a733cff2c74ba28a536bb02ea36d0d02e3
Contents?: true
Size: 1.09 KB
Versions: 15
Compression:
Stored size: 1.09 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/header' %> <div class="container"> <div class="row" data-hook> <%= spree_breadcrumbs(@taxon) %> <%= render partial: 'spree/shared/sidebar' if content_for? :sidebar %> <main id="content" class="mt-4 <%= !content_for?(:sidebar) ? "col-sm-12" : "col-sm-12 col-md-9" %>" data-hook> <%= flash_messages %> <%= yield %> </main> <%= yield :templates %> </div> </div> </body> </html>
Version data entries
15 entries across 15 versions & 1 rubygems