skill-assessment-app/app/views/candidate/saved.html.erb
2016-07-27 22:24:24 -05:00

9 lines
257 B
Plaintext

<p>
Your test results have been saved. You can visit again later with your candidate ID to complete
the test starting from where you left off.
</p>
<div class="btn-return">
<a class="btn primary-btn" href="<%= root_path %>">Return to Test</a>
</div>