<%= tag('img', src: custom_style_export_cover_path(digest: @custom_style.digest, filename: @custom_style.export_cover_identifier), class: 'custom-export-cover-preview') %>
<%= link_to t(:button_delete),
custom_style_export_cover_delete_path,
method: :delete,
class: 'icon icon-delete confirm-form-submit' %>
<% end %>
<%= styled_button_tag t(@custom_style.export_cover.present? ? :button_replace : :button_upload), class: "button #{@custom_style.export_cover.blank? ? '-with-icon icon-add' : ''}" %>