recruiter Resend welcome email
This commit is contained in:
@ -15,4 +15,4 @@
|
||||
Once we have evaluated your answers, your recruiter will be in touch. Good luck!
|
||||
</p>
|
||||
</columns>
|
||||
</row>
|
||||
</row>
|
||||
|
@ -20,7 +20,11 @@
|
||||
<tr>
|
||||
<td><%= candidate.name %></td>
|
||||
<td><%= candidate.test_hash %></td>
|
||||
<td><%= mail_to(candidate.email) %></td>
|
||||
<td>
|
||||
<%= mail_to(candidate.email) %>
|
||||
<br />
|
||||
<%= link_to "resend welcome email", resend_welcome_path(candidate.id), remote: true, class: '', data: { id: 'ajax-action' } %>
|
||||
</td>
|
||||
<td><%= candidate.experience %> years</td>
|
||||
<td><%= candidate.status %></td>
|
||||
<td><%= candidate.completed ? "Submitted" : "" %></td>
|
||||
|
Reference in New Issue
Block a user