Files
fizzy/app/views/bubbles/_boosts.html.erb
T
2024-11-14 16:23:28 -06:00

4 lines
108 B
Plaintext

<%= turbo_frame_tag dom_id(bubble, :boosts) do %>
<%= render "boosts/boosts", bubble: bubble %>
<% end %>