Sha256: e98b296d6f758b1018c889046d9f721b3e9734361cc092542db21338f2e2abd6

Contents?: true

Size: 812 Bytes

Versions: 2

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 hyrax.download_path(file_set),
                  data: { turbolinks: false },
                  target: :_blank,
                  class: "btn btn-default" do %>
          <%= t('hyrax.file_set.show.downloadable_content.pdf_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/_pdf.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/file_sets/media_display/_pdf.html.erb