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

7 lines
273 B
Plaintext
Raw Normal View History

2016-08-18 17:10:41 -05:00
<row>
<columns class="email-body">
<p><strong><%= @candidate.name %></strong> has completed the Skills Assessment Test.</p>
<p><strong><%= @candidate.manager.name %></strong> will let you know if we would like to interview this candidate.</p>
2016-08-18 17:10:41 -05:00
</columns>
</row>