Sha256: 6688d745480346cde6657e5f038bdad44607ac280869f1f4a26bcff6ab68d693
Contents?: true
Size: 1.18 KB
Versions: 18
Compression:
Stored size: 1.18 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/google_analytics.js' %> <%= render partial: 'spree/shared/trackers/segment/initializer.js' %> <%= render partial: 'spree/shared/header' %> <div class="container"> <div class="row" data-hook> <%= 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
18 entries across 18 versions & 1 rubygems