show.rhtml 247 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 <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/>