<%= notice %>

Name: <%= @product.name %>

Code: <%= @product.code %>

Category name: <%= @product.category %>

<%= link_to 'Edit', edit_product_path(@product) %> | <%= link_to 'Back', products_path %>