8 lines
228 B
Plaintext
8 lines
228 B
Plaintext
<% content_for :title, "Skills Assessment" %>
|
|
|
|
<h1>Welcome Back</h1>
|
|
<p>Hello, <%= current_candidate.name %>!</p>
|
|
<p>We are ready to pick up where you left off.</p>
|
|
|
|
<%= link_to "Return to Test", question_path, { class: "" } %>
|