skill-assessment-app/app/views/reviewer_mailer/candidate_submission.html.erb

19 lines
558 B
Plaintext
Raw Normal View History

2016-08-02 11:30:03 -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 Results</div>
<br><br><br>
2016-08-02 11:30:03 -05:00
</td>
</tr>
<tr>
<td style="padding:50px;">
2016-08-04 17:24:53 -05:00
<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>
2016-08-02 11:30:03 -05:00
</td>
</tr>
</table>