Files
nairobi/app/views/comments/vote.js.erb
2019-09-10 20:02:15 +02:00

2 lines
98 B
Plaintext

$("#<%= dom_id(@comment) %>_votes").html("<%= j render("comments/votes", comment: @comment) %>");