% @page_title = @bubble.title %> <% content_for :header do %> <%= link_to bucket_bubbles_path(@bubble.bucket), class: "btn flex-item-justify-start" do %> <%= image_tag "arrow-left.svg", aria: { hidden: true }, size: 24 %> All Bubbles <% end %> <%= render "bubbles/pop_toggle", bubble: @bubble %> <%= turbo_frame_tag dom_id(@bubble, :stage_picker), src: new_bucket_bubble_stage_picker_path(@bubble.bucket, @bubble) %> <% end %>