Sha256: bf99bc81bc86b95990ead4292d96c3f8003242b76b9c47f48970e1a91a8de094
Contents?: true
Size: 833 Bytes
Versions: 14
Compression:
Stored size: 833 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: :_blank, data: { turbolinks: false }, class: "btn btn-default" do %> <%= t('curation_concerns.show.downloadable_content.image_link') %> <% end %> </div> <% else %> <div> <%= image_tag thumbnail_url(file_set), class: "representative-media", alt: "", role: "presentation" %> </div> <% end %>
Version data entries
14 entries across 14 versions & 1 rubygems