Sha256: 99438d01eb3c31d9d8edc46646e4237b3c1c450a4d9ef0859851b7f0ee2121cc
Contents?: true
Size: 730 Bytes
Versions: 15
Compression:
Stored size: 730 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 main_app.download_path(file_set, file: 'thumbnail'), 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 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