Sha256: e38b69c78e84c9b2bfbd4a34975cec485e7e35f5334752b59ab5432275dabe10

Contents?: true

Size: 327 Bytes

Versions: 1

Compression:

Stored size: 327 Bytes

Contents

%section.container
  .row
    - @results.each_with_index do |product, i|
      - if product.assets.first
        %a{ href: '/shop/'+product.attribute_value('url_key') }
          .col-sm-4
            %img{ src: product.assets.first.url }
            = product.attribute_value('name') + ' $' + product.attribute_value('price')

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gemgento-2.8.0 app/views/gemgento/search/index.html.haml