skill-assessment-app/app/views/candidate/saved.html.erb
2016-11-22 16:59:54 -06:00

12 lines
364 B
Plaintext

<% content_for :title, "Saved! - Skills Assessment" %>
<main class="styleguide_tpl">
<p>
Your test results have been saved. You can visit again later with your Test ID to complete
the test starting from where you left off.
</p>
<div class="button-wrap">
<a class="btn primary-btn" href="<%= question_path %>">Return to test</a>
</div>
</main>