37 lines
992 B
Plaintext
37 lines
992 B
Plaintext
<table cellspacing="0" cellpadding="0" border="0" style="width:100%; font-family:sans-serif;">
|
|
<tr>
|
|
|
|
<td>
|
|
<div style="font-size: 28px;">PERFICIENT<span style="color: #EF0734;">/digital</span> Skills Assessment Test</div>
|
|
<br><br><br>
|
|
</td>
|
|
|
|
</tr>
|
|
<tr>
|
|
|
|
<td style="padding:50px;">
|
|
<p>Dear <strong><%= @candidate.name %></strong>,</p>
|
|
<p>
|
|
Thank you for taking the Skills Assessment Test. However, it looks like you have not submitted it
|
|
yet. If you are having trouble, please reach out to your recruiter:
|
|
<%= mail_to @candidate.recruiter.email %>
|
|
</p>
|
|
<p>
|
|
You can return to the test here:
|
|
<%= link_to nil, root_url %>.
|
|
<br>
|
|
Your Test ID is: <strong><%= @candidate.test_hash %></strong>
|
|
</p>
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
<br><br><br>
|
|
<br><br><br>
|
|
<div style="background-color: #FFF200; height: 20px; width: 100%;"> </div>
|
|
</td>
|
|
</tr>
|
|
</table>
|