• <%= link_to bucket_bubble_path(bubble.bucket, bubble), class: "bubble__title-link flex align-center gap flex-item-grow min-width" do %> <%= bubble.title %> <% end %> <% if bubble.due_on.present? %> <% end %>
    <% bubble.assignees.each do |assignee| %> <%= link_to bubbles_path(@filter.to_params.merge(assignee_ids: [ assignee.id ])), class: "btn avatar txt-small" do %> <%= avatar_image_tag assignee, loading: :lazy %> <% end %> <% end %>
    <% bubble.tags.each do |tag| %> <%= link_to tag.hashtag, bubbles_path(@filter.to_params.merge(tag_ids: [ tag.id ])), class: "btn btn--plain", style: "color: #{bubble.color}" %> <% end %> <%= tag.time bubble.created_at, class: "txt-nowrap flex-item-justify-end" do %> <%= bubble.created_at.strftime("%b %d") %> <% end %>