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