1 Commits

Author SHA1 Message Date
230a9e84a6 removing resend invite link for now re: #106 2017-06-06 13:39:05 -05:00

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>