Sha256: 9b85a992c643d3ea6d1b1fc6d4ff6f85b42c4a40fec166bac69c3f6529a1471f
Contents?: true
Size: 786 Bytes
Versions: 4
Compression:
Stored size: 786 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.office_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