Add CR
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<%= turbo_frame_tag comment, :reacting do %>
|
||||
<%= turbo_stream_from comment, :reactions %>
|
||||
|
||||
|
||||
<div class="reactions flex flex-wrap align-center gap full-width">
|
||||
<div class="flex-inline flex-wrap gap" id="<%= dom_id(comment, :reactions) %>" data-turbo-streaming-target="container">
|
||||
<%= render partial: "cards/comments/reactions/reaction", collection: comment.reactions.ordered, locals: { comment: comment }, cached: true %>
|
||||
|
||||
Reference in New Issue
Block a user