%= link_to download_asset_path(asset), class: 'file-preview-link', id: "modal_link#{asset.id}", data: { no_turbolink: true, id: true, status: 'asset-present', 'preview-url': asset_file_preview_path(asset) } do %> <% if asset.image? && display_image_tag %> <%= image_tag asset.medium_preview %> <% end %> <% if display_image_tag %>
<%= truncate(asset.file_file_name, length: Constants::FILENAME_TRUNCATION_LENGTH) %>
<% else %> <%= truncate(asset.file_file_name, length: Constants::FILENAME_TRUNCATION_LENGTH) %> <% end %> <% end %>