Sha256: c11e77bddbc7cdfe2d6c921a2250579b6a78d03568b59db0d1c00b44d35055fb

Contents?: true

Size: 206 Bytes

Versions: 63

Compression:

Stored size: 206 Bytes

Contents

<% if defined?(image) && image %>
  <%= image_tag image.attachment.url(:product), itemprop: "image" %>
<% else %>
  <%= image_tag @product.display_image.attachment(:product), itemprop: "image" %>
<% end %>

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
solidus_frontend-1.0.0.rc2 app/views/spree/products/_image.html.erb
solidus_frontend-1.0.0.rc1 app/views/spree/products/_image.html.erb
solidus_frontend-1.0.0.pre3 app/views/spree/products/_image.html.erb