Sha256: 360f91fef87119426b45f2ab72a4f1051b3797ba713d842a1c0b8b905cb58f1f
Contents?: true
Size: 873 Bytes
Versions: 12
Compression:
Stored size: 873 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 hyrax.download_path(file_set), data: { turbolinks: false, label: file_set.id }, target: :_blank, id: "file_download", class: "btn btn-default" do %> <%= t('hyrax.file_set.show.downloadable_content.image_link') %> <% end %> </div> <% else %> <div> <%= image_tag thumbnail_url(file_set), class: "representative-media", alt: "", role: "presentation" %> </div> <% end %>
Version data entries
12 entries across 12 versions & 1 rubygems