Sha256: 8fd83e10475923db5c8615d956e7874333d1e2e608abad7cb1cf1316a6fa0682

Contents?: true

Size: 408 Bytes

Versions: 8

Compression:

Stored size: 408 Bytes

Contents

<div class="no-preview">
  <%= t('hyrax.works.show.no_preview') %>
  <% if display_media_download_link?(file_set: file_set) %>
    <p /><%= link_to t('hyrax.file_set.show.download'),
      hyrax.download_path(file_set),
      id: "file_download",
      data: { label: file_set.id.to_s, work_id: @presenter.id, collection_ids: @presenter.member_of_collection_ids },
      target: "_new" %>
  <% end %>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/file_sets/media_display/_default.html.erb
hyrax-5.0.4 app/views/hyrax/file_sets/media_display/_default.html.erb
hyrax-5.0.3 app/views/hyrax/file_sets/media_display/_default.html.erb
hyrax-5.0.2 app/views/hyrax/file_sets/media_display/_default.html.erb
hyrax-5.0.1 app/views/hyrax/file_sets/media_display/_default.html.erb
hyrax-5.0.0 app/views/hyrax/file_sets/media_display/_default.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/file_sets/media_display/_default.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/file_sets/media_display/_default.html.erb