Sha256: 938ab2a4d0047c13b32176c9cb29121662fe420814f0b8576419cd8e781faa28
Contents?: true
Size: 1.1 KB
Versions: 50
Compression:
Stored size: 1.1 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/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
50 entries across 50 versions & 2 rubygems