recruiter notification on interview status change re: #85

This commit is contained in:
Mark Moser
2016-11-30 18:55:27 -06:00
parent bcb840c986
commit fa27aac083
9 changed files with 103 additions and 18 deletions

View File

@ -0,0 +1,6 @@
<row>
<columns class="email-body">
<p>The team has declined an interview with <strong><%= @candidate.name %></strong>.</p>
<p>Thank you</p>
</columns>
</row>

View File

@ -0,0 +1,5 @@
PERFICIENT/digital - Skills Assessment Test
The team has declined an interview with <%= @candidate.name %>.
Thank you.

View File

@ -0,0 +1,6 @@
<row>
<columns class="email-body">
<p>The team has requested an interview with <strong><%= @candidate.name %></strong>.</p>
<p>Thank you</p>
</columns>
</row>

View File

@ -0,0 +1,5 @@
PERFICIENT/digital - Skills Assessment Test
The team has requested an interview with <%= @candidate.name %>.
Thank you.