Sha256: 934ce885e613e5a474921b9be19430d9fa0438b59ea45b18e9e055c2a29edbf8

Contents?: true

Size: 815 Bytes

Versions: 2

Compression:

Stored size: 815 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.office_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/_office_document.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/file_sets/media_display/_office_document.html.erb