<% if bubble.image.attached? %> <%= button_to bucket_bubble_image_path(bubble.bucket, bubble), method: :delete, class: "btn" do %> <%= image_tag "picture-remove.svg", aria: { hidden: true }, size: 24 %> Clear background image <% end %> <% else %> <%= form_with model: bubble, url: bucket_bubble_path(bubble.bucket, bubble), data: { controller: "form" } do |form| %> <% end %> <% end %>