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

Version Path
hyrax-2.0.3 app/views/hyrax/file_sets/media_display/_image.html.erb
hyrax-2.0.2 app/views/hyrax/file_sets/media_display/_image.html.erb
hyrax-2.0.1 app/views/hyrax/file_sets/media_display/_image.html.erb
hyrax-2.0.0 app/views/hyrax/file_sets/media_display/_image.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/file_sets/media_display/_image.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/file_sets/media_display/_image.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/file_sets/media_display/_image.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/file_sets/media_display/_image.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/file_sets/media_display/_image.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/file_sets/media_display/_image.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/file_sets/media_display/_image.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/file_sets/media_display/_image.html.erb