Sha256: 768fbc05ea54fa024333a9845e719bace8c1fbf81f6be114a0659b887d89c724

Contents?: true

Size: 410 Bytes

Versions: 7

Compression:

Stored size: 410 Bytes

Contents

<% @body_id = 'product-details' %>

<h1><%= @product.name %></h1>

<div id="product-images">
  <div id="main-image">
		<%= render 'image' -%>
  </div>
  <div id="thumbnails">
    <%= render 'thumbnails', :product => @product -%>
  </div>
</div>

<div id="product-description">
  <%= product_description(@product) %>

  <%= render 'properties' %>
</div>

<div id="cart-form">

<%= render 'cart_form' %>

</div>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
kdmny-spree-0.0.1 app/views/products/show.html.erb
spree-0.8.4 app/views/products/show.html.erb
spree-0.8.5 app/views/products/show.html.erb
spree-0.8.0 app/views/products/show.html.erb
spree-0.8.1 app/views/products/show.html.erb
spree-0.8.2 app/views/products/show.html.erb
spree-0.8.3 app/views/products/show.html.erb