skill-assessment-app/app/views/reviewer_mailer/candidate_submission.html.inky
2016-09-22 14:19:44 -05:00

7 lines
267 B
Plaintext

<row>
<columns class="email-body">
<p>Candidate <strong><%= @candidate.test_hash %></strong> has completed the Skills Assessment Test.</p>
<p>You can view the results here: <%= link_to nil, admin_result_url(@candidate.test_hash) %>.</p>
</columns>
</row>