skill-assessment-app/app/views/recruiter_mailer/candidate_created.html.inky

16 lines
610 B
Plaintext
Raw Permalink Normal View History

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 />
<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>
</row>