7 lines
267 B
Plaintext
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>
|