Sha256: 51ed5bd90cf8e9a1ef253846b50c5cdf97246fce33247f7b8d631d8c209cdb82

Contents?: true

Size: 812 Bytes

Versions: 4

Compression:

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

Version data entries

4 entries across 4 versions & 1 rubygems

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