Sha256: 0a6eafe1a67a739e177e6a0f9138d0665f111eb4da4da173303c7a1c1b4c287d
Contents?: true
Size: 680 Bytes
Versions: 12
Compression:
Stored size: 680 Bytes
Contents
<% if CurationConcerns.config.display_media_download_link %> <%= link_to main_app.download_path(file_set), target: "_new", title: "Download the full-sized image" do %> <figure> <%= image_tag thumbnail_url(file_set), class: "img-responsive", alt: "Download the full-sized image of #{file_set.to_s}" %> <figcaption>Download the full-sized image</figcaption> </figure> <% end %> <% else %> <figure> <%= image_tag thumbnail_url(file_set), class: "img-responsive", alt: "Thumbnail of #{file_set.to_s}" %> </figure> <% end %>
Version data entries
12 entries across 12 versions & 1 rubygems