8 lines
231 B
Plaintext
8 lines
231 B
Plaintext
<%= turbo_stream.update dom_id(@bubble, :boosts) do %>
|
|
<%= render "boosts/boosts", bubble: @bubble %>
|
|
<% end %>
|
|
|
|
<%= turbo_stream.replace dom_id(@bubble, :thread) do %>
|
|
<%= render "bubbles/thread", bubble: @bubble %>
|
|
<% end %>
|