vegantech/sims

View on GitHub
app/views/custom_flags/destroy.js.erb

Summary

Maintainability
Test Coverage
$("#studentflags").html("<%=escape_javascript(status_display @custom_flag.student, true) %>");
$("#customflag").html("<%= escape_javascript(render :partial=>'list' ,:locals=>{:student=>@custom_flag.student})%>");
$("#studentflags").effect("pulsate");