Sha256: 2836b8df290392497c252671daa69792c3fb3787520503174787c291498961c9
Contents?: true
Size: 878 Bytes
Versions: 13
Compression:
Stored size: 878 Bytes
Contents
<% if display_media_download_link?(file_set: file_set) %> <div> <h2 class="sr-only"><%= t('hyrax.file_set.show.downloadable_content.heading') %></h2> <%= image_tag thumbnail_url(file_set), class: "representative-media", alt: "", role: "presentation" %> <%= link_to t('hyrax.file_set.show.downloadable_content.office_link'), hyrax.download_path(file_set), target: :_blank, id: "file_download", data: { label: file_set.id, work_id: @presenter.id, collection_ids: @presenter.member_of_collection_ids } %> </div> <% else %> <div> <%= image_tag thumbnail_url(file_set), class: "representative-media", alt: "", role: "presentation" %> </div> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems