Sha256: 575440eecfaacac0a6b109a651a414ebbf50fb2a21376dceb469acc762fc0a4c
Contents?: true
Size: 428 Bytes
Versions: 19
Compression:
Stored size: 428 Bytes
Contents
<%= link_to main_app.download_path(file_set), target: "_new", title: "Download the full-sized image" do %> <figure> <%= image_tag(main_app.download_path(file_set, file: 'thumbnail'), class: "img-responsive", alt: "Download the full-sized image of #{file_set.to_s}" ) %> <figcaption>Download the full-sized image</figcaption> </figure> <% end %>
Version data entries
19 entries across 19 versions & 1 rubygems