Sha256: 5c6e3acc55301e11ed70ac7572adf480a6a8f5c70b155dd6d3a99f9bef07f434
Contents?: true
Size: 785 Bytes
Versions: 4
Compression:
Stored size: 785 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.image_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