% if display_media_download_link?(file_set: file_set) %>
<%= t('hyrax.file_set.show.downloadable_content.heading') %>
<%= image_tag thumbnail_url(file_set),
class: "representative-media",
alt: "",
role: "presentation" %>
<%= link_to t('hyrax.file_set.show.downloadable_content.pdf_link'),
hyrax.download_path(file_set),
target: :_blank,
id: "file_download",
data: { label: file_set.id } %>
<% else %>
<%= image_tag thumbnail_url(file_set),
class: "representative-media",
alt: "",
role: "presentation" %>
<% end %>