28 lines
794 B
Plaintext
28 lines
794 B
Plaintext
<table cellspacing="0" cellpadding="0" border="0" style="width:100%; font-family:sans-serif;">
|
|
<tr>
|
|
|
|
<td style="background-color:#cc0c0d; color:#ffffff; padding:15px 20px;">
|
|
PERFICIENT DIGITAL - Skills Assessment Test
|
|
</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 troubles, 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: <%= @candidate.test_hash %>
|
|
</p>
|
|
</td>
|
|
|
|
</tr>
|
|
</table>
|