Sha256: 19570f90e86440fc71f3bd67d851801389105a938eead41c27755f988a5d55eb

Contents?: true

Size: 902 Bytes

Versions: 19

Compression:

Stored size: 902 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.office_link') %>
      <% end %>
    </div>
<% else %>
    <div>
      <%= image_tag thumbnail_url(file_set),
                    class: "representative-media",
                    alt: "",
                    role: "presentation" %>
    </div>
<% end %>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/file_sets/media_display/_office_document.html.erb
hyrax-2.0.3 app/views/hyrax/file_sets/media_display/_office_document.html.erb
hyrax-1.1.0 app/views/hyrax/file_sets/media_display/_office_document.html.erb
hyrax-2.0.2 app/views/hyrax/file_sets/media_display/_office_document.html.erb
hyrax-2.0.1 app/views/hyrax/file_sets/media_display/_office_document.html.erb
hyrax-2.0.0 app/views/hyrax/file_sets/media_display/_office_document.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/file_sets/media_display/_office_document.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/file_sets/media_display/_office_document.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/file_sets/media_display/_office_document.html.erb
hyrax-1.0.5 app/views/hyrax/file_sets/media_display/_office_document.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/file_sets/media_display/_office_document.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/file_sets/media_display/_office_document.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/file_sets/media_display/_office_document.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/file_sets/media_display/_office_document.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/file_sets/media_display/_office_document.html.erb
hyrax-1.0.4 app/views/hyrax/file_sets/media_display/_office_document.html.erb
hyrax-1.0.3 app/views/hyrax/file_sets/media_display/_office_document.html.erb
hyrax-1.0.2 app/views/hyrax/file_sets/media_display/_office_document.html.erb
hyrax-1.0.1 app/views/hyrax/file_sets/media_display/_office_document.html.erb