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