Sha256: 179f6ccb0b1a8193e27e5916f74da657e682a20d7addfdc0f9490d423e4d0319
Contents?: true
Size: 229 Bytes
Versions: 2
Compression:
Stored size: 229 Bytes
Contents
<% image ||= @product.images.first if image %> <%= link_to image_tag(image.attachment.url(:product)), image.attachment.url(:large), :rel => '#large_image_overlay' %> <% else %> <%= product_image(@product) %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
synergy_default_theme-1.0.1 | app/views/products/_image.html.erb |
synergy_default_theme-1.0.0 | app/views/products/_image.html.erb |