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

4 lines
82 B
Plaintext

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