From cc0823e6f9824be0d868fa6c0036bd34e2bf42f0 Mon Sep 17 00:00:00 2001 From: Mark Moser Date: Fri, 5 Aug 2016 14:13:45 -0500 Subject: [PATCH] adding test_hash to recruiter index --- app/views/recruiter/index.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/recruiter/index.html.erb b/app/views/recruiter/index.html.erb index fb2412a..5acc288 100644 --- a/app/views/recruiter/index.html.erb +++ b/app/views/recruiter/index.html.erb @@ -8,6 +8,7 @@ + @@ -16,6 +17,7 @@ <% @candidates.each do |candidate| %> +
CandidateTest ID Email Experience Status
<%= candidate.name %><%= candidate.test_hash %> <%= mail_to(candidate.email) %> <%= candidate.experience %> years <%= candidate.status %>