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

9 lines
257 B
Plaintext
Raw Normal View History

2016-07-27 22:16:12 -05:00
<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>