<% cache bubble do %>

<% if local_assigns[:editing] %> <%= turbo_frame_tag bubble, :edit, src: edit_bucket_bubble_path(bubble.bucket, bubble) %> <% else %> <%= turbo_frame_tag bubble, :edit do %> <%= link_to bubble.title, edit_bucket_bubble_path(bubble.bucket, bubble), class: "txt-undecorated" %>
<%= render "bubbles/tags", bubble: bubble %>
<% end %> <% end %>

<%= link_to bucket_bubble_path(bubble.bucket, bubble), class: "bubble__link" do %> <%= bubble.title %> <% end %> <%= render "bubbles/assignments", bubble: bubble %> <%= render "bubbles/boosts", bubble: bubble %> <%= render "bubbles/date", bubble: bubble %> <%= render "bubbles/image", bubble: bubble %>
<% end %>