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

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: "" } %>