% if current_account.logo.attached? %>
Current Logo
<%= form_for '', url: account_logo_path, method: :delete, data: { turbo_confirm: 'Are you sure?' }, html: { class: 'inline' } do |f| %> <%= f.button 'Remove Logo', class: 'btn btn-sm btn-ghost' %> <% end %>