recruiter Resend welcome email

This commit is contained in:
Mark Moser
2016-09-15 10:01:31 -05:00
parent 9884748cf9
commit 372e86507e
9 changed files with 70 additions and 6 deletions

View File

@ -15,4 +15,4 @@
Once we have evaluated your answers, your recruiter will be in touch. Good luck!
</p>
</columns>
</row>
</row>

View File

@ -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>