Sha256: affcfdef73dff3d0b75f3a8fc068675bb0dc8e5344095fd303b6bf5350fab9af
Contents?: true
Size: 701 Bytes
Versions: 2
Compression:
Stored size: 701 Bytes
Contents
<% if CurationConcerns.config.display_media_download_link %> <%= link_to main_app.download_path(file_set), target: "_new", title: "Download the data" do %> <figure> <%= image_tag main_app.download_path(file_set, file: 'thumbnail'), class: "img-responsive", alt: "Download the data for #{file_set.to_s}" %> <figcaption>Download the data</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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
geo_concerns-0.0.6 | app/views/geo_concerns/file_sets/media_display/_geo.html.erb |
geo_concerns-0.0.5 | app/views/geo_concerns/file_sets/media_display/_geo.html.erb |