Files
fizzy/app/views/cards/display/preview/_comments.html.erb
T
2025-12-18 10:29:36 -06:00

8 lines
249 B
Plaintext

<% comments = card.comments.by_user %>
<% if comments.any? %>
<div class="card__comments align-center gap-half flex-item-justify-end flex-item-no-shrink">
<%= icon_tag "comment" %>
<strong><%= comments.count %></strong>
</div>
<% end %>