skill-assessment-app/app/views/reviewer_mailer/candidate_submission.html.inky
2016-08-21 13:43:00 -05:00

6 lines
265 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, review_test_url(@candidate.test_hash) %>.</p>
</columns>
</row>