19 lines
663 B
Plaintext
19 lines
663 B
Plaintext
<row>
|
|
<columns class="email-body">
|
|
<p>Dear <strong><%= @candidate.name %></strong>,</p>
|
|
<p>
|
|
Thank you for taking the Skills Assessment Test. However, it looks like you have not submitted it
|
|
yet. If you are having trouble, please reach out to your recruiter:
|
|
<%= mail_to @candidate.recruiter.email %>
|
|
</p>
|
|
<p>
|
|
You can return to the test here:
|
|
<%= link_to nil, login_url(@candidate.test_hash) %>.
|
|
<br />
|
|
<br />
|
|
Or, visit <%= link_to nil, root_url %> and enter your Test ID to complete your test.
|
|
Your Test ID is: <strong><%= @candidate.test_hash %></strong>
|
|
</p>
|
|
</columns>
|
|
</row>
|