Sha256: b42e30eaf3af705b3dbd4054d3cb0cfa6e90cae488ff8a2cb918bc1a9814fb76

Contents?: true

Size: 386 Bytes

Versions: 5

Compression:

Stored size: 386 Bytes

Contents

<%= link_to Spree.t("current_auctions"), auctions_path %>
<%= link_to Spree.t("starting_soon"), starting_soon_path %>
<%= link_to Spree.t("ending_soon"), ending_soon_path %>
<%= link_to Spree.t("recently_completed"), recently_completed_path %>
<% if spree_current_user %>
  <%= link_to "#{Spree.t('watching')} (#{spree_current_user.find_up_voted_items.count})", votes_path %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

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