Sha256: c5e56dd230b14a3907ad3d85670921ec5e4170b73dfe76f353f6fc717a3addf7

Contents?: true

Size: 480 Bytes

Versions: 5

Compression:

Stored size: 480 Bytes

Contents

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

<% else %>

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
solidus_auction-0.0.6 app/views/spree/products/index.html.erb
solidus_auction-0.0.5 app/views/spree/products/index.html.erb
solidus_auction-0.0.4 app/views/spree/products/index.html.erb
solidus_auction-0.0.3 app/views/spree/products/index.html.erb
solidus_auction-0.0.1 app/views/spree/products/index.html.erb