skill-assessment-app/app/views/candidate_mailer/welcome.html.erb

36 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-08-02 10:08:16 -05:00
<table cellspacing="0" cellpadding="0" border="0" style="width:100%; font-family:sans-serif;">
<tr>
<td style="background-color:#cc0c0d; color:#ffffff; padding:15px 20px;">
PERFICIENT DIGITAL - Skills Assessment Test
</td>
</tr>
<tr>
<td style="text-align:center; padding:50px;">
2016-08-04 08:51:54 -05:00
<h1>
Please visit <%= link_to nil, login_url(@candidate.test_hash) %> to begin your test.
</h1>
<!-- <h1>Your Test ID is <i><%= @candidate.test_hash %></i></h1> -->
2016-08-02 10:08:16 -05:00
</td>
</tr>
<tr>
<td style="padding:15px 20px; background-color:#cdcdcd; text-align:center;">
2016-08-04 08:51:54 -05:00
<!-- <h4>
Please visit <%= link_to nil, login_url(@candidate.test_hash) %> to get started.
2016-08-04 08:51:54 -05:00
</h4> -->
<p>
Or, visit <%= root_url %> and enter your Test ID to begin your test.
Your Test ID is: <strong><%= @candidate.test_hash %></strong>.
</p>
<!-- <p>If you would rather, visit <%= link_to nil, root_url %>
and enter the above Candidate ID to begin your test.</p> -->
<h5>Once we have evaluated your answers, your recruiter will be in touch. Good luck!</h5>
2016-08-02 10:08:16 -05:00
</td>
</tr>
</table>