mailer work
This commit is contained in:
9
app/views/recruiter_mailer/candidate_reviewed.html.inky
Normal file
9
app/views/recruiter_mailer/candidate_reviewed.html.inky
Normal file
@ -0,0 +1,9 @@
|
||||
<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>
|
7
app/views/recruiter_mailer/candidate_reviewed.text.erb
Normal file
7
app/views/recruiter_mailer/candidate_reviewed.text.erb
Normal file
@ -0,0 +1,7 @@
|
||||
PERFICIENT/digital - Skills Assessment Test
|
||||
|
||||
The team has <%= @candidate.review_status %> an interview with <%= @candidate.name %> with the following comments:
|
||||
|
||||
<%= @candidate.review_comments %>
|
||||
|
||||
Thank you.
|
@ -1,6 +0,0 @@
|
||||
<row>
|
||||
<columns class="email-body">
|
||||
<p>The team has declined an interview with <strong><%= @candidate.name %></strong>.</p>
|
||||
<p>Thank you</p>
|
||||
</columns>
|
||||
</row>
|
@ -1,5 +0,0 @@
|
||||
PERFICIENT/digital - Skills Assessment Test
|
||||
|
||||
The team has declined an interview with <%= @candidate.name %>.
|
||||
|
||||
Thank you.
|
@ -1,6 +0,0 @@
|
||||
<row>
|
||||
<columns class="email-body">
|
||||
<p>The team has requested an interview with <strong><%= @candidate.name %></strong>.</p>
|
||||
<p>Thank you</p>
|
||||
</columns>
|
||||
</row>
|
@ -1,5 +0,0 @@
|
||||
PERFICIENT/digital - Skills Assessment Test
|
||||
|
||||
The team has requested an interview with <%= @candidate.name %>.
|
||||
|
||||
Thank you.
|
Reference in New Issue
Block a user