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