Sha256: b444f9da0e94f9368f961c77d003cb3c028eed25884565a6fec8bba89cdb851a

Contents?: true

Size: 814 Bytes

Versions: 2

Compression:

Stored size: 814 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,
                  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

2 entries across 2 versions & 1 rubygems

Version Path
hyrax-1.0.0.rc2 app/views/hyrax/file_sets/media_display/_image.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/file_sets/media_display/_image.html.erb