mirror of
https://github.com/kingomarnajjar/CA-Hackathon-Term2.git
synced 2026-07-25 22:27:26 +10:00
19 lines
316 B
Text
19 lines
316 B
Text
<p id="notice"><%= notice %></p>
|
|
|
|
<p>
|
|
<strong>Photo:</strong>
|
|
<%= @product.photo %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Description:</strong>
|
|
<%= @product.description %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Price:</strong>
|
|
<%= @product.price %>
|
|
</p>
|
|
|
|
<%= link_to 'Edit', edit_product_path(@product) %> |
|
|
<%= link_to 'Back', products_path %>
|