[Rails] Fertilizer recipe solver for the FAPG.
1
<p style="color: green"><%= notice %></p>
2
3
<%= render @fertilizer_product %>
4
5
<div>
6
<%= link_to "Edit this fertilizer product", edit_fertilizer_product_path(@fertilizer_product) %> |
7
<%= link_to "Back to fertilizer products", fertilizer_products_path %>
8
9
<%= button_to "Destroy this fertilizer product", @fertilizer_product, method: :delete %>
10
</div>
11