skill-assessment-app/app/views/reviewer_mailer/candidate_submission.html.erb
2016-08-02 11:30:03 -05:00

19 lines
499 B
Plaintext

<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;">
SKILLS ASSESSMENT RESULTS
</td>
</tr>
<tr>
<td style="padding:50px;">
<h1><%= @candidate.test_hash %></h1>
<p>has completed the Skills Assesment Test.</p>
<p>You can review the results here: <%= link_to nil, review_test_url(@candidate.test_hash) %></p>
</td>
</tr>
</table>