Adjusts language

This commit is contained in:
Jennifer Siegfried
2016-08-04 07:51:54 -06:00
parent 7f72e6eabd
commit f83add726b
9 changed files with 27 additions and 20 deletions

View File

@ -9,19 +9,26 @@
<tr>
<td style="text-align:center; padding:50px;">
<h1>Your Candidate ID is <i><%= @candidate.test_hash %></i></h1>
<h1>
Please visit <%= link_to nil, login_url(@candidate.test_hash) %> to begin your test.
</h1>
<!-- <h1>Your Test ID is <i><%= @candidate.test_hash %></i></h1> -->
</td>
</tr>
<tr>
<td style="padding:15px 20px; background-color:#cdcdcd; text-align:center;">
<h4>
<!-- <h4>
Please visit <%= link_to nil, login_url(@candidate.test_hash) %> to get started.
</h4>
<p>If you would rather, visit <%= link_to nil, root_url %>
and enter the above Candidate ID to being your test.</p>
<h5>We will reach back to you once we have evaluated your answers. Good luck!</h5>
</h4> -->
<p>
Or, visit <%= root_url %> and enter your Test ID to begin your test.
Your Test ID is: <strong><%= @candidate.test_hash %></strong>.
</p>
<!-- <p>If you would rather, visit <%= link_to nil, root_url %>
and enter the above Candidate ID to begin your test.</p> -->
<h5>Once we have evaluated your answers, your recruiter will be in touch. Good luck!</h5>
</td>
</tr>

View File

@ -1,9 +1,9 @@
PERFICIENT DIGITAL - Skills Assessment Test
Please visit <%= login_url(@candidate.test_hash) %> to get started.
Please visit <%= login_url(@candidate.test_hash) %> to begin your test.
Or, visit <%= root_url %> and enter your Candidate ID to being your test.
Your Candidate ID is: <%= @candidate.test_hash %>
Or, visit <%= root_url %> and enter your Test ID to begin your test.
Your Test ID is: <%= @candidate.test_hash %>
We will reach back to you once we have evaluated your answers.
Once we have evaluated your answers, your recruiter will be in touch.
Good luck!