Files
fizzy/app/views/bubbles/cards/preview/_boosts.html.erb
T
2025-04-04 16:38:55 +02:00

9 lines
305 B
Plaintext

<%= turbo_frame_tag dom_id(bubble, :boosts) do %>
<%= tag.div class: "pad-inline flex align-center gap" do %>
<span class="overflow-ellipsis">
<strong><%= bubble.boosts_count %></strong>
<span><%= bubble.boosts_count == 1 ? "boost" : "boosts" %></span>
</span>
<% end %>
<% end %>