show.rhtml 247 Bytes
<h2> <%= @product.name %> </h2>

<%= image_tag @product.image.public_filename if @product.image %> <br/>
<%= @product.price %> <br/>
<%= @product.description %> <br/>


<%= _('Category: %s ') % link_to_category(@product.product_category) %> <br/>