DistroPropaganda/code/rails32/depot_l/app/views/carts/edit.html.erb
2018-11-24 13:20:20 +01:00

6 lines
110 B
Text

<h1>Editing cart</h1>
<%= render 'form' %>
<%= link_to 'Show', @cart %> |
<%= link_to 'Back', carts_path %>