skill-assessment-app/app/views/candidate_mailer/reminder.html.inky
2016-08-21 13:41:47 -05:00

23 lines
814 B
Plaintext

<container class="email-container"><row>
<columns>
<div class="pd-logo">PERFICIENT<span style="color: #EF0734;">/digital</span> Skills Assessment Test</div>
</columns>
</row>
<row>
<columns>
<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>
<div style="background-color: #FFF200; height: 20px; width: 100%;">&nbsp;</div>
</columns>
</row></container>