Sha256: c2f3f32e51e262b177e9c2cd8e3535d8633fbf07d6df13c6d646fecefa70c9ad
Contents?: true
Size: 535 Bytes
Versions: 6
Compression:
Stored size: 535 Bytes
Contents
<% if Hyrax.config.display_media_download_link? %> <div> <h2 class="sr-only"><%= t('hyrax.show.downloadable_content.heading') %></h2> <%= image_tag thumbnail_url(file_set), class: "representative-media", alt: "", role: "presentation" %> </div> <% else %> <div> <%= image_tag thumbnail_url(file_set), class: "representative-media", alt: "", role: "presentation" %> </div> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems