skill-assessment-app/app/views/candidate/welcome_back.html.erb

8 lines
228 B
Plaintext
Raw Normal View History

<% 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>
2017-03-20 10:57:50 -05:00
<%= link_to "Return to Test", question_path, { class: "" } %>