Sha256: c6f3017ff370fc633577b368260079f2d6be14c3cfe01d4644c265e20ca4b7f3
Contents?: true
Size: 247 Bytes
Versions: 7
Compression:
Stored size: 247 Bytes
Contents
<% if has_images? %> <% model.photos.each do |image| %> <a href="<%= image.url %>" target="_blank"> <img class="thumbnail" src="<%= image.thumbnail_url %>" alt="<%= translated_attribute(image.title) %>"> </a> <% end %> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems