Sha256: 04282a521bf6ca85b79c260a51f98fdc04eb3404e441f9399d72544f2314dfc3

Contents?: true

Size: 778 Bytes

Versions: 16

Compression:

Stored size: 778 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"><%= Spree.t(: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

16 entries across 16 versions & 1 rubygems

Version Path
solidus_frontend-2.4.2 app/views/spree/products/index.html.erb
solidus_frontend-2.2.2 app/views/spree/products/index.html.erb
solidus_frontend-2.4.1 app/views/spree/products/index.html.erb
solidus_frontend-2.3.1 app/views/spree/products/index.html.erb
solidus_frontend-2.4.0 app/views/spree/products/index.html.erb
solidus_frontend-2.4.0.rc1 app/views/spree/products/index.html.erb
solidus_frontend-2.4.0.beta1 app/views/spree/products/index.html.erb
solidus_frontend-2.3.0 app/views/spree/products/index.html.erb
solidus_frontend-2.3.0.rc3 app/views/spree/products/index.html.erb
solidus_frontend-2.3.0.rc2 app/views/spree/products/index.html.erb
solidus_frontend-2.3.0.rc1 app/views/spree/products/index.html.erb
solidus_frontend-2.3.0.beta1 app/views/spree/products/index.html.erb
solidus_frontend-2.2.1 app/views/spree/products/index.html.erb
solidus_frontend-2.2.0 app/views/spree/products/index.html.erb
solidus_frontend-2.2.0.rc1 app/views/spree/products/index.html.erb
solidus_frontend-2.2.0.beta1 app/views/spree/products/index.html.erb