mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 23:32:49 +00:00
12 lines
255 B
Text
12 lines
255 B
Text
<% content_for :title, "Editing order" %>
|
|
|
|
<h1>Editing order</h1>
|
|
|
|
<%= render "form", warehouse_order: @warehouse_order %>
|
|
|
|
<br>
|
|
|
|
<div>
|
|
<%= link_to "Show this order", @warehouse_order %> |
|
|
<%= link_to "Back to orders", warehouse_orders_path %>
|
|
</div>
|