Sha256: d8b5378601634022fec287510442f31eb73b31f3ab70c6bf0b5fb801c60d38a7

Contents?: true

Size: 873 Bytes

Versions: 9

Compression:

Stored size: 873 Bytes

Contents

<% if display_media_download_link?(file_set: file_set) %>
  <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.pdf_link'),
                  hyrax.download_path(file_set),
                  target: :_blank,
                  id: "file_download",
                  data: { label: file_set.id, work_id: @presenter.id, collection_ids: @presenter.member_of_collection_ids } %>
    </div>
<% else %>
    <div>
      <%= image_tag thumbnail_url(file_set),
                    class: "representative-media",
                    alt: "",
                    role: "presentation" %>
    </div>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hyrax-5.0.1 app/views/hyrax/file_sets/media_display/_pdf.html.erb
hyrax-5.0.0 app/views/hyrax/file_sets/media_display/_pdf.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/file_sets/media_display/_pdf.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/file_sets/media_display/_pdf.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/file_sets/media_display/_pdf.html.erb
hyrax-4.0.0 app/views/hyrax/file_sets/media_display/_pdf.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/file_sets/media_display/_pdf.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/file_sets/media_display/_pdf.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/file_sets/media_display/_pdf.html.erb