Sha256: 5855276b94504c5f99a9f671a4ee73765b3d2a20a9a86db00037939f3c17af29

Contents?: true

Size: 1 KB

Versions: 21

Compression:

Stored size: 1 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

21 entries across 21 versions & 1 rubygems

Version Path
spree_frontend-4.2.7 app/views/spree/products/_gallery.html.erb
spree_frontend-4.3.3 app/views/spree/products/_gallery.html.erb
spree_frontend-4.7.0 app/views/spree/products/_gallery.html.erb
spree_frontend-4.6.0 app/views/spree/products/_gallery.html.erb
spree_frontend-4.5.0 app/views/spree/products/_gallery.html.erb
spree_frontend-4.2.6 app/views/spree/products/_gallery.html.erb
spree_frontend-4.3.2 app/views/spree/products/_gallery.html.erb
spree_frontend-4.4.0 app/views/spree/products/_gallery.html.erb
spree_frontend-4.3.1 app/views/spree/products/_gallery.html.erb
spree_frontend-4.3.0 app/views/spree/products/_gallery.html.erb
spree_frontend-4.3.0.rc3 app/views/spree/products/_gallery.html.erb
spree_frontend-4.3.0.rc2 app/views/spree/products/_gallery.html.erb
spree_frontend-4.3.0.rc1 app/views/spree/products/_gallery.html.erb
spree_frontend-4.2.5 app/views/spree/products/_gallery.html.erb
spree_frontend-4.2.4 app/views/spree/products/_gallery.html.erb
spree_frontend-4.2.3.1 app/views/spree/products/_gallery.html.erb
spree_frontend-4.2.3 app/views/spree/products/_gallery.html.erb
spree_frontend-4.2.2 app/views/spree/products/_gallery.html.erb
spree_frontend-4.2.1 app/views/spree/products/_gallery.html.erb
spree_frontend-4.2.0 app/views/spree/products/_gallery.html.erb