Sha256: 7ab7642eb6ae1a8556f227a7d0e5c3c4b9c36177675ba453e6bc0a49a83f548d
Contents?: true
Size: 506 Bytes
Versions: 5
Compression:
Stored size: 506 Bytes
Contents
<% votes = auction.cached_votes_up %> <% if spree_current_user %> <% voted_for = spree_current_user.voted_up_on? auction %> <div class="votes <%= 'green' if voted_for %>" data-auction-id=<%= auction.id %> data-user-id=<%= spree_current_user.id %> data-voted-for="<%= voted_for ? 'true':'false' %>"> <% else %> <div class="votes" data-auction-id=<%= auction.id %> data-user-id=null> <% end %> <span> <%= votes %> </span> <i class="fa fa-eye" aria-hidden="true"></i> </div>
Version data entries
5 entries across 5 versions & 1 rubygems