Sha256: d7cc36f0847b83dda6d41f3e0540af6d41cdb24b0ae7aba42fb54d04d4dd1416
Contents?: true
Size: 1.13 KB
Versions: 4
Compression:
Stored size: 1.13 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"> <div class="container"> <%= render :partial => 'spree/shared/header' %> <div id="wrapper" class="row" data-hook> <%= taxon_breadcrumbs(@taxon) %> <%= render :partial => 'spree/shared/sidebar' if content_for? :sidebar %> <div id="content" class="columns <%= !content_for?(:sidebar) ? "sixteen" : "twelve omega" %>" data-hook> <%= flash_messages %> <%= yield %> </div> <%= yield :templates %> </div> <%= render :partial => 'spree/shared/footer' %> </div> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems