blob: 81aad792bbf61551bffed7a2965f4707ef9f17ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<% content_for :title, "New fertilizer product" %>
<h1>New fertilizer product</h1>
<%= render "form", fertilizer_product: @fertilizer_product %>
<br>
<div>
<%= link_to "Back to fertilizer products", fertilizer_products_path %>
</div>
|