Sha256: 9af5ff4e93363c7d932aa2b11e4b821c072bd218c62690641d1c775f42c7b0a3
Contents?: true
Size: 1.06 KB
Versions: 3
Compression:
Stored size: 1.06 KB
Contents
<!doctype html> <!--[if lt IE 7 ]> <html class="ie ie6" lang="en"> <![endif]--> <!--[if IE 7 ]> <html class="ie ie7" lang="en"> <![endif]--> <!--[if IE 8 ]> <html class="ie ie8" lang="en"> <![endif]--> <!--[if IE 9 ]> <html class="ie ie9" lang="en"> <![endif]--> <!--[if gt IE 9]><!--><html lang="en"><!--<![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
3 entries across 3 versions & 1 rubygems