removing resend invite link for now re: #106

This commit is contained in:
Mark Moser 2017-06-06 13:39:05 -05:00
parent 15a5b6b706
commit 230a9e84a6

View File

@ -25,8 +25,10 @@
<td><%= candidate.test_hash %></td> <td><%= candidate.test_hash %></td>
<td> <td>
<%= mail_to(candidate.email) %> <%= mail_to(candidate.email) %>
<!--
<br /> <br />
<%= link_to "resend welcome email", admin_resend_welcome_path(candidate.id), remote: true, class: '', data: { id: 'ajax-action' } %> <%# = link_to "resend welcome email", admin_resend_welcome_path(candidate.id), remote: true, class: '', data: { id: 'ajax-action' } %>
-->
</td> </td>
<td><%= candidate.experience %> years</td> <td><%= candidate.experience %> years</td>
<td><%= candidate.status %></td> <td><%= candidate.status %></td>