Only count comments, exclude even summaries

This commit is contained in:
Jason Zimdars
2025-02-05 11:20:53 -06:00
parent 78d8d10e48
commit 39c0be6722
+2 -2
View File
@@ -12,8 +12,8 @@
<strong class="bubble__title-text"><%= bubble.title %></strong>
<% end %>
<% if bubble.messages.many? %>
<span class="translucent txt-nowrap flex-item-no-shrink">(<%= bubble.messages.count %>)</span>
<% if bubble.messages.comments.many? %>
<span class="translucent txt-nowrap flex-item-no-shrink">(<%= bubble.messages.comments.count %>)</span>
<% end %>
<span class="flex-item-no-shrink flex">