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

12 lines
364 B
Plaintext
Raw Permalink Normal View History

2016-11-22 16:59:54 -06:00
<% content_for :title, "Saved! - Skills Assessment" %>
2016-07-29 15:01:01 -05:00
<main class="styleguide_tpl">
<p>
2016-08-04 17:25:12 -05:00
Your test results have been saved. You can visit again later with your Test ID to complete
2016-07-29 15:01:01 -05:00
the test starting from where you left off.
</p>
2016-07-27 22:16:12 -05:00
2016-08-04 17:25:12 -05:00
<div class="button-wrap">
<a class="btn primary-btn" href="<%= question_path %>">Return to test</a>
2016-07-29 15:01:01 -05:00
</div>
</main>