Sha256: 67ea3195dff89c45c341a208eee004c0e1b3cd3a09b417188b2d3a83a8a439fe

Contents?: true

Size: 535 Bytes

Versions: 62

Compression:

Stored size: 535 Bytes

Contents

.image-group-content-block
  .grid.grid--flush.grid--center
    - view_model.series.each_with_index do |image, i|
      - unless image.asset.image_placeholder?
        .grid__cell.grid__cell--50-at-medium
          - if image.link.present?
            = link_to image.link, class: 'image-group-content-block__link' do
              = image_tag image.asset.url, alt: image.alt, class: 'image-group-content-block__image'
          - else
            = image_tag image.asset.url, alt: image.alt, class: 'image-group-content-block__image'

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.5.27 app/views/workarea/storefront/content_blocks/_image_group.html.haml
workarea-storefront-3.5.26 app/views/workarea/storefront/content_blocks/_image_group.html.haml
workarea-storefront-3.4.45 app/views/workarea/storefront/content_blocks/_image_group.html.haml
workarea-storefront-3.5.25 app/views/workarea/storefront/content_blocks/_image_group.html.haml
workarea-storefront-3.5.23 app/views/workarea/storefront/content_blocks/_image_group.html.haml
workarea-storefront-3.4.44 app/views/workarea/storefront/content_blocks/_image_group.html.haml
workarea-storefront-3.5.22 app/views/workarea/storefront/content_blocks/_image_group.html.haml
workarea-storefront-3.4.43 app/views/workarea/storefront/content_blocks/_image_group.html.haml
workarea-storefront-3.5.21 app/views/workarea/storefront/content_blocks/_image_group.html.haml
workarea-storefront-3.4.42 app/views/workarea/storefront/content_blocks/_image_group.html.haml
workarea-storefront-3.5.20 app/views/workarea/storefront/content_blocks/_image_group.html.haml
workarea-storefront-3.4.41 app/views/workarea/storefront/content_blocks/_image_group.html.haml
workarea-storefront-3.5.19 app/views/workarea/storefront/content_blocks/_image_group.html.haml
workarea-storefront-3.4.40 app/views/workarea/storefront/content_blocks/_image_group.html.haml
workarea-storefront-3.5.18 app/views/workarea/storefront/content_blocks/_image_group.html.haml
workarea-storefront-3.4.39 app/views/workarea/storefront/content_blocks/_image_group.html.haml
workarea-storefront-3.5.17 app/views/workarea/storefront/content_blocks/_image_group.html.haml
workarea-storefront-3.4.38 app/views/workarea/storefront/content_blocks/_image_group.html.haml
workarea-storefront-3.5.16 app/views/workarea/storefront/content_blocks/_image_group.html.haml
workarea-storefront-3.4.37 app/views/workarea/storefront/content_blocks/_image_group.html.haml