Sha256: c01cd319cffe135f7b74e97b9ed5d90bdf955a0130653eecc75c7447df22274f

Contents?: true

Size: 808 Bytes

Versions: 105

Compression:

Stored size: 808 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

105 entries across 105 versions & 2 rubygems

Version Path
solidus_frontend-2.1.1 app/views/spree/products/index.html.erb
solidus_frontend-2.0.3 app/views/spree/products/index.html.erb
solidus_frontend-1.4.2 app/views/spree/products/index.html.erb
solidus_frontend-1.2.3 app/views/spree/products/index.html.erb
solidus_frontend-1.3.2 app/views/spree/products/index.html.erb
solidus_frontend-1.1.4 app/views/spree/products/index.html.erb
solidus_frontend-1.0.7 app/views/spree/products/index.html.erb
solidus_frontend-2.0.2 app/views/spree/products/index.html.erb
solidus_frontend-1.4.1 app/views/spree/products/index.html.erb
solidus_frontend-2.1.0 app/views/spree/products/index.html.erb
solidus_frontend-2.1.0.rc1 app/views/spree/products/index.html.erb
solidus_frontend-2.0.1 app/views/spree/products/index.html.erb
solidus_frontend-2.1.0.beta1 app/views/spree/products/index.html.erb
solidus_frontend-2.0.0 app/views/spree/products/index.html.erb
solidus_frontend-1.4.0 app/views/spree/products/index.html.erb
solidus_frontend-2.0.0.rc1 app/views/spree/products/index.html.erb
solidus_frontend-1.4.0.rc1 app/views/spree/products/index.html.erb
solidus_frontend-2.0.0.beta1 app/views/spree/products/index.html.erb
solidus_frontend-1.4.0.beta1 app/views/spree/products/index.html.erb
solidus_frontend-1.3.1 app/views/spree/products/index.html.erb