skill-assessment-app/app/views/candidate_mailer/reminder.html.erb

37 lines
992 B
Plaintext
Raw Normal View History

2016-08-02 10:08:16 -05:00
<table cellspacing="0" cellpadding="0" border="0" style="width:100%; font-family:sans-serif;">
<tr>
2016-08-04 17:24:53 -05:00
<td>
<div style="font-size: 28px;">PERFICIENT<span style="color: #EF0734;">/digital</span> Skills Assessment Test</div>
<br><br><br>
2016-08-02 10:08:16 -05:00
</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
2016-08-04 17:24:53 -05:00
yet. If you are having trouble, please reach out to your recruiter:
2016-08-02 10:08:16 -05:00
<%= mail_to @candidate.recruiter.email %>
</p>
<p>
You can return to the test here:
2016-08-04 17:24:53 -05:00
<%= link_to nil, root_url %>.
2016-08-02 10:08:16 -05:00
<br>
2016-08-04 17:24:53 -05:00
Your Test ID is: <strong><%= @candidate.test_hash %></strong>
2016-08-02 10:08:16 -05:00
</p>
</td>
</tr>
2016-08-04 17:24:53 -05:00
<tr>
<td>
<br><br><br>
<br><br><br>
<div style="background-color: #FFF200; height: 20px; width: 100%;">&nbsp;</div>
</td>
</tr>
2016-08-02 10:08:16 -05:00
</table>