Files
fizzy/app/views/cards/watches/_refresh.turbo_stream.erb
T
2025-10-06 10:48:31 +02:00

8 lines
254 B
Plaintext

<%= turbo_stream.replace dom_id(card, :watch_button) do %>
<%= render "cards/watches/watch_button", card: card %>
<% end %>
<%= turbo_stream.replace dom_id(card, :comment_watchers) do %>
<%= render "cards/comments/watchers", card: card %>
<% end %>