skill-assessment-app/app/views/candidate_mailer/submitted.html.inky

6 lines
206 B
Plaintext
Raw Normal View History

2016-08-18 17:10:41 -05:00
<row>
<columns class="email-body">
<p>Dear <strong><%= @candidate.name %></strong>,</p>
<p>Thank you for taking the Skills Assessment Test. Your recruiter will be in touch.</p>
</columns>
</row>