Ensure something is rendered when title is blank

This commit is contained in:
Jason Zimdars
2025-03-20 11:16:22 -05:00
parent 015b26e7e8
commit 7f06504a55
+1 -1
View File
@@ -11,7 +11,7 @@
<div class="flex flex-column min-width">
<div class="flex align-center gap-half max-width full-width">
<%= link_to bucket_bubble_path(bubble.bucket, bubble), class: "bubble__title-link flex-item-grow max-width overflow-ellipsis" do %>
<strong class="bubble__title-text"><%= bubble.title %></strong>
<strong class="bubble__title-text"><%= bubble_title(bubble) %></strong>
<% end %>
<% if bubble.messages.comments.many? %>