Pulls manager name for recruiter email - completes #92
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<row>
|
||||
<columns class="email-body">
|
||||
<p><strong><%= @candidate.name %></strong> has completed the Skills Assessment Test.</p>
|
||||
<p><strong>Martin Ridgway</strong> will let you know if we would like to interview this candidate.</p>
|
||||
<p><strong><%= @candidate.manager.name %></strong> will let you know if we would like to interview this candidate.</p>
|
||||
</columns>
|
||||
</row>
|
||||
</row>
|
||||
|
@ -1,4 +1,4 @@
|
||||
PERFICIENT/digital - Skills Assessment Test
|
||||
|
||||
<%= @candidate.name %> has completed the Skills Assessment Test.
|
||||
Martin Ridgway will let you know if we would like to interview this candidate.
|
||||
<%= @candidate.manager.name %> will let you know if we would like to interview this candidate.
|
||||
|
Reference in New Issue
Block a user