Sha256: 13aebf09d7cdebb963bf0b01c666141fb56e6da0151352150fd9b754e810f0fc
Contents?: true
Size: 736 Bytes
Versions: 15
Compression:
Stored size: 736 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 main_app.download_path(file_set, file: 'thumbnail'), 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 main_app.download_path(file_set, file: 'thumbnail'), class: "img-responsive", alt: "Thumbnail of #{file_set.to_s}" %> </figure> <% end %>
Version data entries
15 entries across 15 versions & 1 rubygems