58d3fbd7c2
completes #93
10 lines
330 B
Plaintext
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>
|