Sha256: 41a64c5d7ed02c1aa97be0b0274737cce0e460c1955077f69e278ea08484c3a9
Contents?: true
Size: 825 Bytes
Versions: 31
Compression:
Stored size: 825 Bytes
Contents
<% if Hyrax.config.display_media_download_link? && can?(:download, file_set.id) %> <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.image_link'), hyrax.download_path(file_set), data: { label: file_set.id }, target: :_blank, id: "file_download" %> </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