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

6 lines
265 B
Plaintext
Raw Normal View History

2016-08-18 17:10:41 -05:00
<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>