From 3ff03a03add24f9d2a3c437291f486a8ef11ee90 Mon Sep 17 00:00:00 2001 From: Mark Moser Date: Thu, 2 Mar 2017 10:34:26 -0600 Subject: [PATCH] add missing candidate info on result view related to #100 --- app/views/admin/result/view.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/admin/result/view.html.erb b/app/views/admin/result/view.html.erb index 6c60953..a8e7a73 100644 --- a/app/views/admin/result/view.html.erb +++ b/app/views/admin/result/view.html.erb @@ -11,6 +11,8 @@ Test ID: <%= @candidate.test_hash %>
Years of Experience: <%= @candidate.experience %>
Client/Project: <%= @candidate.project %>
+ Position Type: <%= @candidate.position %>
+ Skill Needs: <%= @candidate.skill_needs %>
Recruiter Email: <%= mail_to @candidate.recruiter.name, @candidate.recruiter.email %>