<%
=begin%>
|
Owner |
Image |
Condition |
Price |
<%
=end%>
<%@boardgame.offers.each do |offer|%>
<%= offer.user.name%>
<%= offer.title%> condition
$<%= offer.price.round%>
<%= cl_image_tag offer.photos[0].key, height: 190, width: 250, class: "rounded border" %>
<%= link_to "", offer_path(offer), class: "offer-link" %>
<%end%>