We were using single quotes inside ERB code when that code was inside HTML double quotes.
2 lines
140 B
Plaintext
2 lines
140 B
Plaintext
$("#<%= dom_id(@booth) %>").html("<%= j render("booth_assignment", booth: @booth, booth_assignment: @booth.assignment_on_poll(@poll)) %>");
|