@@ -1,4 +1,4 @@
|
|||||||
<span class="js-flag-actions">
|
<span id="flag-actions-<%= dom_id(comment) %>" class="js-flag-actions">
|
||||||
<%= render 'comments/flag_actions', comment: comment %>
|
<%= render 'comments/flag_actions', comment: comment %>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
$("#<%= dom_id(@comment) %> .js-flag-actions").html('<%= j render("comments/flag_actions", comment: @comment) %>');
|
$("#flag-actions-<%= dom_id(@comment) %>").html('<%= j render("comments/flag_actions", comment: @comment) %>');
|
||||||
|
|||||||
Reference in New Issue
Block a user