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

10 lines
268 B
Plaintext
Raw Permalink Normal View History

2017-03-02 10:21:30 -06:00
<row>
<columns class="email-body">
<p>The team has <%= @candidate.review_status %> an interview with <strong><%= @candidate.name %></strong> with the following comments:</p>
<p><%= @candidate.review_comments %></p>
<p>Thank you</p>
</columns>
</row>