mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
10 lines
354 B
Text
10 lines
354 B
Text
$('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 \
|
|
) %>"
|
|
);
|