Products#show

Find me in app/views/products/show.html.erb

name: <%= @product.name %>
verkoop prijs: <%= @product.sale_price %> EUR cent
aankoop prijs: <%= @product.purchase_price %> EUR cent
<%= link_to "Edit", edit_product_path(@product), class: "btn btn-lg btn-primary" %>