Sha256: f09ef824fe80002ec0101b2bb6f86b2d9825accab7c09c68c1f826cf14b9fb89
Contents?: true
Size: 794 Bytes
Versions: 31
Compression:
Stored size: 794 Bytes
Contents
<% if Hyrax.config.display_media_download_link? %> <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 } %> </div> <% else %> <div> <%= image_tag thumbnail_url(file_set), class: "representative-media", alt: "", role: "presentation" %> </div> <% end %>
Version data entries
31 entries across 31 versions & 1 rubygems