2016-08-18 17:10:41 -05:00
|
|
|
<row>
|
|
|
|
<columns class="email-body">
|
|
|
|
<p>Hello there! You have been invited to take our Skills Assessment Test.</p>
|
2016-08-19 17:50:17 -05:00
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td style="font-size: 20px; text-align: center; padding: 50px; background-color: #f3f3f3">
|
|
|
|
Please visit <%= link_to nil, login_url(@candidate.test_hash) %> to begin your test.
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2016-08-18 17:10:41 -05:00
|
|
|
<p>
|
2016-08-19 17:50:17 -05:00
|
|
|
<br />
|
2016-08-18 17:10:41 -05:00
|
|
|
Or, visit <%= link_to nil, root_url %> and enter your Test ID to begin your test.
|
|
|
|
Your Test ID is: <strong><%= @candidate.test_hash %></strong>.
|
|
|
|
Once we have evaluated your answers, your recruiter will be in touch. Good luck!
|
|
|
|
</p>
|
|
|
|
</columns>
|
2016-09-15 10:01:31 -05:00
|
|
|
</row>
|