2016-08-18 17:10:41 -05:00
|
|
|
<row>
|
|
|
|
<columns class="email-body">
|
|
|
|
|
|
|
|
<p>The following candidate has been invited to take the Skills Assessment Test:</p>
|
|
|
|
<p>
|
|
|
|
<strong>Candidate name:</strong> <%= @candidate.name %><br />
|
|
|
|
<strong>Candidate email:</strong> <%= @candidate.email %><br />
|
|
|
|
<strong>Candidate ID:</strong> <%= @candidate.test_hash %><br />
|
|
|
|
<strong>Years of experience:</strong> <%= @candidate.experience %> Years<br />
|
2017-02-08 16:05:37 -06:00
|
|
|
<strong>Client/Project:</strong> <%= @candidate.project %><br />
|
2016-08-18 17:10:41 -05:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>You will be notified when the candidate has finished taking the test.</p>
|
|
|
|
</columns>
|
2017-02-08 16:05:37 -06:00
|
|
|
</row>
|