Sha256: 48ab403760ce87982115b6a2e8fa879d3b31c9197dcf690c52f6841fec248d26

Contents?: true

Size: 1.02 KB

Versions: 22

Compression:

Stored size: 1.02 KB

Contents

<div class="col-12 col-md-7 col-lg-7" data-hook="product_left_part">
  <% if @product_images.size > 0 %>
    <div
      class="w-100 d-flex align-self-start justify-content-between product-details-images"
      data-hook="product_left_part_wrap"
    >
      <div class="d-none d-md-block product-details-thumbnails" data-hook="product_thumbnails">
        <%= render 'spree/shared/carousel/thumbnails',
                  images: @product_images,
                  group_id: 'main-product-carousel',
                  id: 'productThumbnailsCarousel',
                  trigger_id: 'productCarousel',
                  per_page: 5
        %>
      </div>
      <div class="product-details-single" data-hook="product_images">
        <%= render 'spree/shared/carousel/single',
                  images: @product_images,
                  group_id: 'main-product-carousel',
                  id: 'productCarousel',
                  trigger_id: 'productCarousel',
                  zoomed: false
        %>
      </div>
    </div>
  <% end %>
</div>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
spree_frontend-4.1.15 app/views/spree/products/_gallery.html.erb
spree_frontend-4.1.14 app/views/spree/products/_gallery.html.erb
spree_frontend-4.1.13.1 app/views/spree/products/_gallery.html.erb
spree_frontend-4.2.0.rc4 app/views/spree/products/_gallery.html.erb
spree_frontend-4.2.0.rc3 app/views/spree/products/_gallery.html.erb
spree_frontend-4.1.13 app/views/spree/products/_gallery.html.erb
spree_frontend-4.2.0.rc2 app/views/spree/products/_gallery.html.erb
spree_frontend-4.1.12 app/views/spree/products/_gallery.html.erb
spree_frontend-4.2.0.rc1 app/views/spree/products/_gallery.html.erb
spree_frontend-4.1.11 app/views/spree/products/_gallery.html.erb
spree_frontend-4.1.10 app/views/spree/products/_gallery.html.erb
spree_frontend-4.2.0.beta app/views/spree/products/_gallery.html.erb
spree_frontend-4.1.9 app/views/spree/products/_gallery.html.erb
spree_frontend-4.1.8 app/views/spree/products/_gallery.html.erb
spree_frontend-4.1.7 app/views/spree/products/_gallery.html.erb
spree_frontend-4.1.6 app/views/spree/products/_gallery.html.erb
spree_frontend-4.1.5 app/views/spree/products/_gallery.html.erb
spree_frontend-4.1.4 app/views/spree/products/_gallery.html.erb
spree_frontend-4.1.3 app/views/spree/products/_gallery.html.erb
spree_frontend-4.1.2 app/views/spree/products/_gallery.html.erb