skill-assessment-app/app/views/candidate_mailer/reminder.html.inky

17 lines
530 B
Plaintext
Raw Normal View History

<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, root_url %>.
<br />
Your Test ID is: <strong><%= @candidate.test_hash %></strong>
</p>
</columns>
</row>