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