2016-08-02 18:30:15 -05:00
|
|
|
<% content_for :title, "Skills Assessment" %>
|
|
|
|
|
2017-03-20 10:57:50 -05:00
|
|
|
<h1>Welcome Back</h1>
|
|
|
|
<p>Hello, <%= current_candidate.name %>!</p>
|
|
|
|
<p>We are ready to pick up where you left off.</p>
|
2016-08-02 18:30:15 -05:00
|
|
|
|
2017-03-20 10:57:50 -05:00
|
|
|
<%= link_to "Return to Test", question_path, { class: "" } %>
|