osem-fcy/app/views/admin/events/vote.js.erb

11 lines
354 B
Text
Raw Normal View History

2018-02-09 17:19:33 -08:00
$('table#myrating').replaceWith(
"<%= escape_javascript(render 'voting', \
event: @event, \
show_votes: @program.show_voting?, \
max_rating: @program.rating, \
voting_period: @program.voting_period?, \
votes: @votes, \
conference_id: @conference.short_title \
) %>"
);