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

18 lines
486 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><%= @candidate.name %> has completed the Skills Assessment Test.</p>
<p>Martin Ridgway will let you know if we would like to interview this candidate.</p>
</td>
</tr>
</table>