osem-fcy/app/views/admin/tracks/vote.js.erb
2019-08-25 22:58:54 +05:30

10 lines
354 B
Text

$('table#myrating').replaceWith(
"<%= escape_javascript(render 'voting', \
track: @track, \
show_votes: @program.show_voting?, \
max_rating: @program.rating, \
voting_period: @program.voting_period?, \
votes: @votes, \
conference_id: @conference.short_title \
) %>"
);