Sha256: ea15363a31c130111bbd93e9900450571f805122ed06c4ff26b18f80de11a0e3

Contents?: true

Size: 779 Bytes

Versions: 104

Compression:

Stored size: 779 Bytes

Contents

<% content_for :sidebar do %>
  <div data-hook="homepage_sidebar_navigation">
    <% if "spree/products" == params[:controller] && @taxon %>
      <%= render partial: 'spree/shared/filters' %>
    <% else %>
      <%= render partial: 'spree/shared/taxonomies' %>
    <% end %>
  </div>
<% end %>


<% if params[:keywords] %>

  <div data-hook="search_results">
    <% if @products.empty? %>
      <h6 class="search-results-title"><%= t('spree.no_products_found') %></h6>
    <% else %>
      <%= render partial: 'spree/shared/products', locals: { products: @products, taxon: @taxon } %>
    <% end %>
  </div>

<% else %>

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

Version data entries

104 entries across 104 versions & 2 rubygems

Version Path
solidus_frontend-4.0.0 app/views/spree/products/index.html.erb
solidus_frontend-4.0.0.dev app/views/spree/products/index.html.erb
solidus_frontend-3.4.0 app/views/spree/products/index.html.erb
solidus_frontend-3.1.9 app/views/spree/products/index.html.erb
solidus_frontend-3.4.0.dev app/views/spree/products/index.html.erb
solidus_frontend-3.3.0 app/views/spree/products/index.html.erb
solidus_frontend-3.2.5 app/views/spree/products/index.html.erb
solidus_frontend-3.2.4 app/views/spree/products/index.html.erb
solidus_frontend-3.2.3 app/views/spree/products/index.html.erb
solidus_frontend-3.1.8 app/views/spree/products/index.html.erb
solidus_frontend-3.0.8 app/views/spree/products/index.html.erb
solidus_frontend-3.2.2 app/views/spree/products/index.html.erb
solidus_frontend-3.2.1 app/views/spree/products/index.html.erb
solidus_frontend-3.3.0.alpha app/views/spree/products/index.html.erb
solidus_frontend-3.2.0 app/views/spree/products/index.html.erb
solidus_frontend-3.2.0.alpha app/views/spree/products/index.html.erb
solidus_frontend-3.0.7 app/views/spree/products/index.html.erb
solidus_frontend-2.11.17 app/views/spree/products/index.html.erb
solidus_frontend-3.1.7 app/views/spree/products/index.html.erb
solidus_frontend-2.11.16 app/views/spree/products/index.html.erb