show.html.erb 256 B

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