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

31 lines
855 B
Plaintext
Raw Normal View History

2016-08-02 10:08:16 -05:00
2016-08-12 16:43:33 -05:00
<container class="email-container">
<row>
<columns class="email-title">
<span class="prft-slash">/</span> Skills Assessment Test
</columns>
</row>
<row>
<columns>
<p>Dear <strong><%= @candidate.name %></strong>,</p>
2016-08-02 10:08:16 -05:00
<p>
Thank you for taking the Skills Assessment Test. However, it looks like you have not submitted it
2016-08-04 17:24:53 -05:00
yet. If you are having trouble, please reach out to your recruiter:
2016-08-02 10:08:16 -05:00
<%= mail_to @candidate.recruiter.email %>
</p>
<p>
You can return to the test here:
2016-08-04 17:24:53 -05:00
<%= link_to nil, root_url %>.
2016-08-11 16:30:57 -05:00
<br />
2016-08-04 17:24:53 -05:00
Your Test ID is: <strong><%= @candidate.test_hash %></strong>
2016-08-02 10:08:16 -05:00
</p>
2016-08-12 16:43:33 -05:00
</columns>
</row>
<row>
<columns>
2016-08-04 17:24:53 -05:00
<div style="background-color: #FFF200; height: 20px; width: 100%;">&nbsp;</div>
2016-08-11 16:30:57 -05:00
</columns>
2016-08-12 16:43:33 -05:00
</row>
</container>