We were using single quotes inside ERB code when that code was inside HTML double quotes.
2 lines
112 B
Plaintext
2 lines
112 B
Plaintext
$("#flag-actions-<%= dom_id(@comment) %>").html("<%= j render("comments/flag_actions", comment: @comment) %>");
|