% @page_title = @filter.summary %> <% turbo_refreshes_with method: :morph, scroll: :preserve %> <%= render "filters/broadcasts", filter: @filter %> <% content_for :header do %> <% if bucket = @filter.buckets.first %> <%= link_to edit_bucket_path(bucket), class: "btn borderless flex-item-justify-start" do %> <%= image_tag "settings.svg", aria: { hidden: true }, size: 24 %> Settings for <%= bucket.name %> <% end %> <% end %> <%= link_to "Collections", root_path %> <%= link_to "Activity", events_path %> <%= render "bubbles/filters", filter: @filter %> <% if bucket = @filter.buckets.first %> <%= button_to bucket_bubbles_path(bucket), method: :post, class: "btn borderless", form_class: "flex-item-justify-end" do %> <%= image_tag "add.svg", aria: { hidden: true }, size: 24 %> Create a new bubble <% end %> <% end %> <% end %> <% if @bubbles.any? %> <%= render partial: "bubbles/bubble", collection: @bubbles.limit(10), cached: true %> <% else %> Nothing here. <% end %> <%= render partial: "bubbles/list/bubble", collection: @bubbles, cached: true %> <%= render "bubbles/list/divider", filter: @filter %> <%= render "notifications/tray" %>
Nothing here.