skill-assessment-app/app/views/recruiter_mailer/candidate_created.html.erb

25 lines
813 B
Plaintext
Raw Normal View History

2016-08-02 10:35:33 -05:00
<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>The following candidate has been invited to take the Skills Assessment Test:</p>
<p>
<strong>Candidate Name:</strong> <%= @candidate.name %><br />
<strong>Candidate Email:</strong> <%= @candidate.email %><br />
<strong>Candidate ID:</strong> <%= @candidate.test_hash %><br />
<strong>Years of Experience:</strong> <%= @candidate.experience %> Years<br />
</p>
<p>You will be notified when the candidate has finished taking the test.</p>
</td>
</tr>
</table>