| <%= product.id %> | <%= product.name %> | -$<%= product.price %> | -<%= product.user.name if product.user.present? %> | -$<%= product.price %> | +<%= product.user.name if product.user.present? %> | + +<%= link_to "+", product_path(product), + 'data-price' => product.price, + 'data-incr-price' => product.id, + :method => :put %> | + + <% end %> + +