edit.html.erb 125 B

123456
  1. <h1>Editing line_item</h1>
  2. <%= render 'form' %>
  3. <%= link_to 'Show', @line_item %> |
  4. <%= link_to 'Back', line_items_path %>