2 lines
98 B
Plaintext
2 lines
98 B
Plaintext
$("#<%= dom_id(@comment) %>_votes").html("<%= j render("comments/votes", comment: @comment) %>");
|