$('#student-simple-grades-index tbody').append('<%= j render("simple_grade", {simple_grade: @simple_grade}) %>'); $('.student-simple-grades-count').html("<%= print_count(@count, t(:'simple_grade.list')) %>"); $('.simple-grades-count').html("<%= @count %>"); showNotice("<%= render_flash %>"); $('#new-student-simple-grade').slide() $('#new-student-simple-grade-link').show(); $('.remote-form').enableValidations();