Sha256: 71df73307879f1156452824c4cc0a119e7bcb736c1f7c1d4a73c59b38b4fb048
Contents?: true
Size: 868 Bytes
Versions: 1
Compression:
Stored size: 868 Bytes
Contents
<% if CurationConcerns.config.display_media_download_link %> <div> <h2 class="sr-only"><%= t('curation_concerns.show.downloadable_content.heading') %></h2> <%= image_tag thumbnail_url(file_set), class: "representative-media", alt: "", role: "presentation" %> <%= link_to main_app.download_path(file_set), target: "_new", data: { turbolinks: false }, target: :_blank, class: "btn btn-default" do %> <%= t('curation_concerns.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
curation_concerns-1.6.3 | app/views/curation_concerns/file_sets/media_display/_office_document.html.erb |