Sha256: 7b892395e5dfe3e21451dbe01e2d45c5825cd275a29bd2d05f82446f91bc6922

Contents?: true

Size: 838 Bytes

Versions: 7

Compression:

Stored size: 838 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 t('hyrax.file_set.show.downloadable_content.pdf_link'),
                  hyrax.download_path(file_set),
                  data: { turbolinks: false },
                  target: :_blank,
                  id: "file_download",
                  data: { label: file_set.id } %>
    </div>
<% else %>
    <div>
      <%= image_tag thumbnail_url(file_set),
                    class: "representative-media",
                    alt: "",
                    role: "presentation" %>
    </div>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hyrax-2.1.0 app/views/hyrax/file_sets/media_display/_pdf.html.erb
hyrax-2.1.0.rc4 app/views/hyrax/file_sets/media_display/_pdf.html.erb
hyrax-2.1.0.rc3 app/views/hyrax/file_sets/media_display/_pdf.html.erb
hyrax-2.1.0.rc2 app/views/hyrax/file_sets/media_display/_pdf.html.erb
hyrax-2.1.0.rc1 app/views/hyrax/file_sets/media_display/_pdf.html.erb
hyrax-2.1.0.beta2 app/views/hyrax/file_sets/media_display/_pdf.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/file_sets/media_display/_pdf.html.erb