2016-08-02 18:30:15 -05:00
|
|
|
<% content_for :title, "Skills Assessment" %>
|
|
|
|
|
|
|
|
<main class="intro_tpl">
|
|
|
|
<h1 class="prft-heading">Welcome Back</h1>
|
|
|
|
|
2016-08-04 08:51:54 -05:00
|
|
|
<p>Hello, <%= current_candidate.name %>!</p>
|
2016-08-02 18:30:15 -05:00
|
|
|
|
|
|
|
<p>
|
|
|
|
We are ready to pick up where you left off.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<div class="btn-return">
|
|
|
|
<%= link_to "Return to Test", question_path, { class: "btn primary-btn" } %>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</main>
|