Sha256: 601035d715e482253552cd44412baa06ffbd1aa87e867dae38643b1cfdc2cac9
Contents?: true
Size: 1.15 KB
Versions: 6
Compression:
Stored size: 1.15 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> <%= breadcrumbs(@taxon) %> <%= render :partial => 'spree/shared/sidebar' if content_for? :sidebar %> <div id="content" class="columns <%= !content_for?(:sidebar) ? "sixteen" : "twelve" %>" data-hook> <%= flash_messages %> <%= yield %> </div> </div> <%= render :partial => 'spree/shared/footer' %> </div> <%= render :partial => 'spree/shared/google_analytics' %> </body> </html>
Version data entries
6 entries across 6 versions & 2 rubygems