skill-assessment-app/app/views/candidate/oops.html.erb
2017-06-05 11:30:34 -05:00

11 lines
295 B
Plaintext

<% content_for :title, "Skills Assessment" %>
<h1>Oops!</h1>
<p>
Looks like you hit the browser's Back button. You can't go backwards in the test,
but you'll have a chance at the end to review your answers and make changes.
</p>
<%= link_to "Continue Test", question_path, {class: ""} %>