Sha256: 6656cfd5061064fc3858bd1f29557315ef9583dc01aa99ca9d50223d45b84a02
Contents?: true
Size: 815 Bytes
Versions: 14
Compression:
Stored size: 815 Bytes
Contents
<% if CurationConcerns.config.display_media_download_link %> <div> <h2 class="sr-only"><%= t('curation_concerns.show.downloadable_content.heading') %></h2> <%= image_tag "default.png", 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.default_link') %> <% end %> </div> <% else %> <div> <%= image_tag "default.png", class: "representative-media", alt: "", role: "presentation" %> </div> <% end %>
Version data entries
14 entries across 14 versions & 1 rubygems