Sha256: b5e8ce7fea2aee42a71fc6a12f92b4c9db4e36ddb271cefef01cd38efbeadefa
Contents?: true
Size: 709 Bytes
Versions: 15
Compression:
Stored size: 709 Bytes
Contents
<% if CurationConcerns.config.display_media_download_link %> <%= link_to main_app.download_path(file_set), target: "_new", title: "Download the document" do %> <figure> <%= image_tag main_app.download_path(file_set, file: 'thumbnail'), class: "img-responsive", alt: "Download the document #{file_set.to_s}" %> <figcaption>Download the document</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