DistroPropaganda/code/rails31/depot_r/app/views/orders/edit.html.erb

7 lines
113 B
Text
Raw Normal View History

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