Sha256: 80237b7d86c992fcc4b6895626a53ec0ac5d8b564b7e2f5080eaf1f6fa5c7041
Contents?: true
Size: 1.05 KB
Versions: 30
Compression:
Stored size: 1.05 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 %> <div id="content" class="<%= !content_for?(:sidebar) ? "col-sm-12" : "col-sm-8 col-md-9" %>" data-hook> <%= flash_messages %> <%= yield %> </div> <%= yield :templates %> </div> </div> </body> </html>
Version data entries
30 entries across 30 versions & 1 rubygems