Sha256: 57731711cbf00df3caf5136625e0f45c57743ad6a350089ec1ac74aea817d436
Contents?: true
Size: 674 Bytes
Versions: 12
Compression:
Stored size: 674 Bytes
Contents
<% if CurationConcerns.config.display_media_download_link %> <%= link_to main_app.download_path(file_set), target: "_new", title: "Download the full-sized PDF" do %> <figure> <%= image_tag thumbnail_url(file_set), class: "img-responsive", alt: "Download the full-sized PDF of #{file_set.to_s}" %> <figcaption>Download the full-sized PDF</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