Adjusts language, adds link to root url

This commit is contained in:
Jennifer Siegfried 2016-08-05 10:59:03 -06:00
parent 61104f26b7
commit f9d1bee917
5 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<main class="styleguide_tpl">
<p>
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>
</main>

View File

@ -27,7 +27,7 @@
<td>
<br><br>
<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>
Once we have evaluated your answers, your recruiter will be in touch. Good luck!
</p>

View File

@ -10,8 +10,8 @@
<tr>
<td style="padding:50px;">
<p><%= @candidate.name %> 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><%= @candidate.name %></strong> has completed the Skills Assessment Test.</p>
<p><strong>Martin Ridgway</strong> will let you know if we would like to interview this candidate.</p>
</td>
</tr>

View File

@ -11,7 +11,7 @@
<td style="padding:50px;">
<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>
</tr>

View File

@ -2,4 +2,4 @@ PERFICIENT/digital SKILLS ASSESSMENT RESULTS
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) %>.