changelog shortlog tags changeset manifest revisions annotate raw

app/views/products/show.html.erb

changeset 9: 5cf82beef889
child:a995025031b3
author: moriq@moriq.com
date: Mon Mar 10 03:22:11 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: add scaffold product.
1<p>
2 <b>Name:</b>
3 <%=h @product.name %>
4</p>
5
6<p>
7 <b>Price:</b>
8 <%=h @product.price %>
9</p>
10
11
12<%= link_to 'Edit', edit_product_path(@product) %> |
13<%= link_to 'Back', products_path %>