Sha256: 1152e5f30b02b256ebc3d483a828131c48afcc0f6d5a5d9bfa3bf4e5dac621b5
Contents?: true
Size: 741 Bytes
Versions: 4
Compression:
Stored size: 741 Bytes
Contents
<% if CurationConcerns.config.display_media_download_link %> <div> <h2 class="sr-only"><%= t('curation_concerns.show.downloadable_content.heading') %></h2> <%= image_tag thumbnail_url(file_set), class: "representative-media", alt: "", role: "presentation" %> <%= link_to main_app.download_path(file_set), target: "_new", class: "btn btn-default" do %> <%= 'Download data' %> <% end %> </div> <% else %> <div> <%= image_tag thumbnail_url(file_set), class: "representative-media", alt: "", role: "presentation" %> </div> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems