DistroPropaganda/code/rails31/depot_h/app/views/carts/edit.html.erb

7 lines
110 B
Text
Raw Normal View History

2018-11-24 13:20:20 +01:00
<h1>Editing cart</h1>
<%= render 'form' %>
<%= link_to 'Show', @cart %> |
<%= link_to 'Back', carts_path %>