skill-assessment-app/app/views/reviewer_mailer/candidate_submission.html.erb
2016-08-05 10:59:03 -06:00

19 lines
559 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 Results</div>
<br><br><br>
</td>
</tr>
<tr>
<td style="padding:50px;">
<p>Candidate <strong><%= @candidate.test_hash %></strong> has completed the Skills Assessment Test.</p>
<p>You can view the results here: <%= link_to nil, review_test_url(@candidate.test_hash) %>.</p>
</td>
</tr>
</table>