skill-assessment-app/app/views/reviewer_mailer/candidate_submission.html.inky
2017-02-08 16:05:37 -06:00

10 lines
330 B
Plaintext

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