Sha256: e32d7ac1594d5b49c3a9bd5fdf749ebd11c422f70c4970e6e64b6e37d33b3fc3

Contents?: true

Size: 901 Bytes

Versions: 7

Compression:

Stored size: 901 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.image_link') %>
      <% end %>
    </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-1.1.1 app/views/hyrax/file_sets/media_display/_image.html.erb
hyrax-1.1.0 app/views/hyrax/file_sets/media_display/_image.html.erb
hyrax-1.0.5 app/views/hyrax/file_sets/media_display/_image.html.erb
hyrax-1.0.4 app/views/hyrax/file_sets/media_display/_image.html.erb
hyrax-1.0.3 app/views/hyrax/file_sets/media_display/_image.html.erb
hyrax-1.0.2 app/views/hyrax/file_sets/media_display/_image.html.erb
hyrax-1.0.1 app/views/hyrax/file_sets/media_display/_image.html.erb