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

11 lines
313 B
Plaintext
Raw Normal View History

2016-07-29 15:01:01 -05:00
<main class="styleguide_tpl">
<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>
2016-07-27 22:16:12 -05:00
2016-07-29 15:01:01 -05:00
<div class="btn-return">
<a class="btn primary-btn" href="<%= question_path %>">Return to Test</a>
2016-07-29 15:01:01 -05:00
</div>
</main>