Sha256: cce3d9c5a18c2664328eaf9a28c1a036599496279b6496f7003e423a61b12ee6
Contents?: true
Size: 1.19 KB
Versions: 62
Compression:
Stored size: 1.19 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 omega" %>" data-hook> <%= flash_messages %> <%= yield %> </div> <%= yield :templates %> </div> <%= render :partial => 'spree/shared/footer' %> </div> <%= render :partial => 'spree/shared/google_analytics' %> </body> </html>
Version data entries
62 entries across 62 versions & 2 rubygems