1
0
mirror of https://github.com/danog/yawarehouse.git synced 2024-12-12 17:37:35 +01:00
yawarehouse/app/views/products/edit.html.erb
2018-05-27 12:34:07 +02:00

4 lines
80 B
Plaintext

<h1>Edit product</h1>
<%= render 'form' %>
<%= link_to 'Back', sections_path %>