<% @page_title = @filter.summary %> <% turbo_refreshes_with method: :morph, scroll: :preserve %> <%= render "filters/broadcasts", filter: @filter %> <% content_for :header do %> <% end %>
<% if @bubbles.any? %> <%= render partial: "bubbles/bubble", collection: @bubbles.limit(10), cached: true %> <% else %>

Nothing here.

<% end %>
<%= render "notifications/tray" %>