Sha256: ad1ead3aaad1a457a698c21d0b1f61f01ad36d9f0a4bd37c24b52ea17df356df
Contents?: true
Size: 1.26 KB
Versions: 9
Compression:
Stored size: 1.26 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' %> <script> Spree.api_key = <%= raw(try_spree_current_user.try(:spree_api_key).to_s.inspect) %>; </script> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems