- <%= link_to bucket_bubble_path(bubble.bucket, bubble), class: "bubble__title-link" do %>
-
<%= bubble.title %>
+
+ <%= link_to bucket_bubble_path(bubble.bucket, bubble), class: "bubble__title-link flex-item-grow max-width overflow-ellipsis" do %>
+ <%= bubble.title %>
<% end %>
<% if bubble.messages.many? %>
- (<%= bubble.messages.count %>)
+ (<%= bubble.messages.count %>)
<% end %>
- <% bubble.assignees.each do |assignee| %>
- <%= link_to bubbles_path(@filter.as_params.merge(assignee_ids: [ assignee.id ])), class: "btn avatar", style: "font-size: 0.4em;" do %>
- <%= avatar_image_tag assignee, loading: :lazy %>
+
+ <% bubble.assignees.each do |assignee| %>
+ <%= link_to bubbles_path(@filter.as_params.merge(assignee_ids: [ assignee.id ])), class: "btn avatar", style: "font-size: 0.4em;" do %>
+ <%= avatar_image_tag assignee, loading: :lazy %>
+ <% end %>
<% end %>
- <% end %>
+