Sha256: f9e684ea58a1d623ff3e9f2108a19a6767a9f3798706bc405541824a894e5f38

Contents?: true

Size: 811 Bytes

Versions: 1

Compression:

Stored size: 811 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

1 entries across 1 versions & 1 rubygems

Version Path
test_hyrax-0.0.1.alpha app/views/hyrax/file_sets/media_display/_pdf.html.erb