Files
fizzy/app/views/boosts/create.turbo_stream.erb
T
2024-10-25 15:03:31 -06:00

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 %>