adding test_hash to recruiter index
This commit is contained in:
parent
be74717bcd
commit
cc0823e6f9
@ -8,6 +8,7 @@
|
|||||||
<table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Candidate</th>
|
<th>Candidate</th>
|
||||||
|
<th>Test ID</th>
|
||||||
<th>Email</th>
|
<th>Email</th>
|
||||||
<th>Experience</th>
|
<th>Experience</th>
|
||||||
<th>Status</th>
|
<th>Status</th>
|
||||||
@ -16,6 +17,7 @@
|
|||||||
<% @candidates.each do |candidate| %>
|
<% @candidates.each do |candidate| %>
|
||||||
<tr>
|
<tr>
|
||||||
<td><%= candidate.name %></td>
|
<td><%= candidate.name %></td>
|
||||||
|
<td><%= candidate.test_hash %></td>
|
||||||
<td><%= mail_to(candidate.email) %></td>
|
<td><%= mail_to(candidate.email) %></td>
|
||||||
<td><%= candidate.experience %> years</td>
|
<td><%= candidate.experience %> years</td>
|
||||||
<td><%= candidate.status %></td>
|
<td><%= candidate.status %></td>
|
||||||
|
Loading…
Reference in New Issue
Block a user