Sha256: 7e0a1dc01db350451d4e6ba8011ffdc4505c1ad910f46449e2defd87d3ea1a8c
Contents?: true
Size: 783 Bytes
Versions: 4
Compression:
Stored size: 783 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", class: "btn btn-default" do %> <%= t('curation_concerns.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
4 entries across 4 versions & 1 rubygems