Sha256: 08cfee42eb074f4f5bfbeab5ff304863c66f0eaa64d7d3a5fa3445ded912cf67

Contents?: true

Size: 699 Bytes

Versions: 2

Compression:

Stored size: 699 Bytes

Contents

<div data-hook="product_show">
  <% @body_id = 'product-details' %>
  <h1><%= accurate_title %></h1>

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

  <div id="cart-form" data-hook="cart_form">
    <%= render 'cart_form' %>
  </div>

  <div id="product-description" data-hook="product_description">
    <%= product_description(@product) rescue t("product_has_no_description") %>
    <div data-hook="product_properties">
      <%= render 'properties' %>
    </div>
  </div>
</div>

<%= render 'taxons' %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_core-0.70.0.rc2 app/views/products/show.html.erb
spree_core-0.70.RC1 app/views/products/show.html.erb