Adjusts language, adds link to root url
This commit is contained in:
parent
61104f26b7
commit
f9d1bee917
@ -1,6 +1,6 @@
|
|||||||
<main class="styleguide_tpl">
|
<main class="styleguide_tpl">
|
||||||
<p>
|
<p>
|
||||||
Your answers have been submitted. We will review and your recruiter
|
Your answers have been submitted. We will review and your recruiter
|
||||||
will contact you if we would like to set up an interview.
|
will be in touch.
|
||||||
</p>
|
</p>
|
||||||
</main>
|
</main>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<br><br>
|
<br><br>
|
||||||
<p>
|
<p>
|
||||||
Or, visit <%= root_url %> and enter your Test ID to begin your test.
|
Or, visit <%= link_to nil, root_url %> and enter your Test ID to begin your test.
|
||||||
Your Test ID is: <strong><%= @candidate.test_hash %></strong>.<br><br>
|
Your Test ID is: <strong><%= @candidate.test_hash %></strong>.<br><br>
|
||||||
Once we have evaluated your answers, your recruiter will be in touch. Good luck!
|
Once we have evaluated your answers, your recruiter will be in touch. Good luck!
|
||||||
</p>
|
</p>
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
<tr>
|
<tr>
|
||||||
|
|
||||||
<td style="padding:50px;">
|
<td style="padding:50px;">
|
||||||
<p><%= @candidate.name %> has completed the Skills Assessment Test.</p>
|
<p><strong><%= @candidate.name %></strong> has completed the Skills Assessment Test.</p>
|
||||||
<p>Martin Ridgway will let you know if we would like to interview this candidate.</p>
|
<p><strong>Martin Ridgway</strong> will let you know if we would like to interview this candidate.</p>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
<td style="padding:50px;">
|
<td style="padding:50px;">
|
||||||
<p>Candidate <strong><%= @candidate.test_hash %></strong> has completed the Skills Assessment Test.</p>
|
<p>Candidate <strong><%= @candidate.test_hash %></strong> has completed the Skills Assessment Test.</p>
|
||||||
<p>You can view the results here: <%= link_to nil, review_test_url(@candidate.test_hash) %></p>
|
<p>You can view the results here: <%= link_to nil, review_test_url(@candidate.test_hash) %>.</p>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -2,4 +2,4 @@ PERFICIENT/digital SKILLS ASSESSMENT RESULTS
|
|||||||
|
|
||||||
Candidate <%= @candidate.test_hash %> has completed the Skills Assessment Test.
|
Candidate <%= @candidate.test_hash %> has completed the Skills Assessment Test.
|
||||||
|
|
||||||
You can view the results here: <%= review_test_url(@candidate.test_hash) %>
|
You can view the results here: <%= review_test_url(@candidate.test_hash) %>.
|
||||||
|
Loading…
Reference in New Issue
Block a user