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

19 lines
663 B
Plaintext
Raw Permalink 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:
2016-08-24 16:36:33 -05:00
<%= link_to nil, login_url(@candidate.test_hash) %>.
<br />
2016-08-24 16:36:33 -05:00
&nbsp;<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>