Sha256: c1a943ff08a49e0c6b88469970a9736b7332da4c90d55a894f3b4c2145f654bd

Contents?: true

Size: 404 Bytes

Versions: 12

Compression:

Stored size: 404 Bytes

Contents

<% @body_id = 'home-page' %>
<% content_for :sidebar do %>
  <div data-hook="homepage_sidebar_navigation">
    <%= render partial: 'spree/shared/taxonomies' %>
  </div>
<% end %>

<div data-hook="homepage_products">
  <% cache(cache_key_for_products) do %>
    <%= render partial: 'spree/shared/products', locals: { products: @products } %>
  <% end %>
</div>

<%= products_structured_data(@products) %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
spree_frontend-4.0.9 app/views/spree/home/index.html.erb
spree_frontend-4.0.8 app/views/spree/home/index.html.erb
spree_frontend-4.0.7.1 app/views/spree/home/index.html.erb
spree_frontend-4.0.7 app/views/spree/home/index.html.erb
spree_frontend-4.0.6 app/views/spree/home/index.html.erb
spree_frontend-4.0.5 app/views/spree/home/index.html.erb
spree_frontend-4.0.4 app/views/spree/home/index.html.erb
spree_frontend-4.0.3 app/views/spree/home/index.html.erb
spree_frontend-4.0.2 app/views/spree/home/index.html.erb
spree_frontend-4.0.1 app/views/spree/home/index.html.erb
spree_frontend-4.0.0 app/views/spree/home/index.html.erb
spree_frontend-4.0.0.rc3 app/views/spree/home/index.html.erb