Compare commits
14 Commits
refactor/F
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
a1b431c667 | ||
|
230a9e84a6 | ||
|
0e17ff09c2 | ||
|
ede4b8cb94 | ||
|
b6cc08ecf9 | ||
|
9f43646eaa | ||
|
12a1502037 | ||
|
439c0bf553 | ||
|
1d605b4bc2 | ||
|
cc8e7f9622 | ||
|
5dd4846318 | ||
|
3b71ae09dc | ||
|
ea9c66892e | ||
|
3908682f8c |
@ -23,4 +23,5 @@
|
||||
</div>
|
||||
|
||||
<%= submit_tag "Log in" %>
|
||||
|
||||
<% end %>
|
||||
|
@ -25,8 +25,10 @@
|
||||
<td><%= candidate.test_hash %></td>
|
||||
<td>
|
||||
<%= mail_to(candidate.email) %>
|
||||
<!--
|
||||
<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><%= candidate.experience %> years</td>
|
||||
<td><%= candidate.status %></td>
|
||||
|
Loading…
Reference in New Issue
Block a user