diff options
Diffstat (limited to 'app/views/fertilizer_products/new.html.erb')
-rw-r--r-- | app/views/fertilizer_products/new.html.erb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/views/fertilizer_products/new.html.erb b/app/views/fertilizer_products/new.html.erb new file mode 100644 index 0000000..81aad79 --- /dev/null +++ b/app/views/fertilizer_products/new.html.erb @@ -0,0 +1,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> |