8 lines
No EOL
307 B
Text
8 lines
No EOL
307 B
Text
<h1>Products#show</h1>
|
|
<p>Find me in app/views/products/show.html.erb</p>
|
|
name: <%= @product.name %></br>
|
|
verkoop prijs: <%= @product.sale_price %> EUR cent</br>
|
|
aankoop prijs: <%= @product.purchase_price %> EUR cent</br>
|
|
|
|
|
|
<%= link_to "Edit", edit_product_path(@product), class: "btn btn-lg btn-primary" %> |