Sha256: 016686b4904b321a796e2acb2a3cb4ae398d3fcbf7ee95eba250c53c8c15dbe4

Contents?: true

Size: 411 Bytes

Versions: 5

Compression:

Stored size: 411 Bytes

Contents

<div data-hook="homepage_auctions">
  <% if @auctions.any? %>
    <%= render partial: 'spree/shared/auctions', locals: { auctions: @auctions } %>
  <% else %>
    <div class="alert alert-info">
      <p>
        <%= Spree.t(:you_have_not_watched_any_auctions_yet) %>
        <%= Spree.t(:check_some_out_here) %>:
        <%= link_to Spree.t(:auctions), auctions_path %>
      </p>
    </div>
  <% end %>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

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