Files
nairobi/app/views/comments/_refresh_flag_actions.js.erb
Javi Martín 3e4e65ead7 Use double quotes inside ERB
We were using single quotes inside ERB code when that code was inside
HTML double quotes.
2019-03-25 14:58:54 +01:00

2 lines
112 B
Plaintext

$("#flag-actions-<%= dom_id(@comment) %>").html("<%= j render("comments/flag_actions", comment: @comment) %>");