Sha256: 54acc8cdf52cc732f7191cbb43e118724c8b065ff02dbd9fe7ef60edc3572a54
Contents?: true
Size: 383 Bytes
Versions: 15
Compression:
Stored size: 383 Bytes
Contents
<div class="grid grid-cols-1 md:grid-cols-4 gap-6"> <% photos.each_with_index do |photo, index| %> <%= link_to photo.big_url, target: "_blank", rel: "noopener", class: "overflow-hidden rounded aspect-video" do %> <%= image_tag photo.thumbnail_url, class:"w-full h-full object-cover", alt: strip_tags(translated_attribute(photo.title)) %> <% end %> <% end %> </div>
Version data entries
15 entries across 15 versions & 1 rubygems