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

5 lines
75 B
Text

<h1>New cart</h1>
<%= render 'form' %>
<%= link_to 'Back', carts_path %>