recruiter notification on interview status change re: #85
This commit is contained in:
6
app/views/recruiter_mailer/interview_declined.html.inky
Normal file
6
app/views/recruiter_mailer/interview_declined.html.inky
Normal 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>
|
5
app/views/recruiter_mailer/interview_declined.text.erb
Normal file
5
app/views/recruiter_mailer/interview_declined.text.erb
Normal file
@ -0,0 +1,5 @@
|
||||
PERFICIENT/digital - Skills Assessment Test
|
||||
|
||||
The team has declined an interview with <%= @candidate.name %>.
|
||||
|
||||
Thank you.
|
6
app/views/recruiter_mailer/interview_requested.html.inky
Normal file
6
app/views/recruiter_mailer/interview_requested.html.inky
Normal 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>
|
5
app/views/recruiter_mailer/interview_requested.text.erb
Normal file
5
app/views/recruiter_mailer/interview_requested.text.erb
Normal file
@ -0,0 +1,5 @@
|
||||
PERFICIENT/digital - Skills Assessment Test
|
||||
|
||||
The team has requested an interview with <%= @candidate.name %>.
|
||||
|
||||
Thank you.
|
Reference in New Issue
Block a user