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

10 lines
330 B
Plaintext
Raw Permalink 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 for client/project <%= @candidate.project %>.
</p>
2016-09-22 14:19:44 -05:00
<p>You can view the results here: <%= link_to nil, admin_result_url(@candidate.test_hash) %>.</p>
2016-08-18 17:10:41 -05:00
</columns>
2016-09-22 14:19:44 -05:00
</row>