openSUSE/osem

View on GitHub
app/views/admin/events/vote.js.erb

Summary

Maintainability
Test Coverage
$('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 \
       ) %>"
);