Sha256: 997d24afa381bbbb61691cb9676981e8f4b5f2d6bd8069733eab891a998208ee
Contents?: true
Size: 402 Bytes
Versions: 19
Compression:
Stored size: 402 Bytes
Contents
<%= 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 %>
Version data entries
19 entries across 19 versions & 1 rubygems