Sha256: 699bf267449d5adae973346c7e09d9db0bb148e6f1023912c7a26ebf84118a22
Contents?: true
Size: 510 Bytes
Versions: 27
Compression:
Stored size: 510 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 "default.png", alt: "No preview available", class: "img-responsive" %> <figcaption>Download the document</figcaption> </figure> <% end %> <% else %> <figure> <%= image_tag "default.png", alt: "No preview available", class: "img-responsive" %> </figure> <% end %>
Version data entries
27 entries across 27 versions & 1 rubygems