show.html.erb 243 B

123456789101112131415
  1. <p id="notice"><%= notice %></p>
  2. <p>
  3. <b>Product:</b>
  4. <%= @line_item.product_id %>
  5. </p>
  6. <p>
  7. <b>Cart:</b>
  8. <%= @line_item.cart_id %>
  9. </p>
  10. <%= link_to 'Edit', edit_line_item_path(@line_item) %> |
  11. <%= link_to 'Back', line_items_path %>