You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

create_result.js.rjs 244B

12345
  1. if @violation
  2. page.replace "vId" + @violation.permanent_id.to_s, :partial => "resource/violation", :locals => { :violation => @violation }
  3. else
  4. page.replace_html "reviewForm" + @review.rule_failure_permanent_id.to_s, :partial => "form"
  5. end