View raw

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