Files
fizzy/app/views/cards/comments/reactions/create.turbo_stream.erb
T
2025-11-12 18:14:31 +01:00

4 lines
145 B
Plaintext

<%= turbo_stream.replace([ @comment, :reacting ]) do %>
<%= render "cards/comments/reactions/reactions", comment: @comment.reload %>
<% end %>