hrzlvn/coursequestionbank

View on GitHub
app/views/problems/supersede.html.haml

Summary

Maintainability
Test Coverage

%h4 Create new version of question:
%div.problem_box
  = @problem.html5.html_safe
  %div.additional Created #{@problem.created_date} by #{@problem.instructor.name}

= render :partial => 'new_form', :locals => {:previous => @problem}