add missing candidate info on result view

related to #100
This commit is contained in:
Mark Moser 2017-03-02 10:34:26 -06:00
parent 3f41773c76
commit 3ff03a03ad

View File

@ -11,6 +11,8 @@
<strong>Test ID:</strong> <%= @candidate.test_hash %><br />
<strong>Years of Experience:</strong> <%= @candidate.experience %><br />
<strong>Client/Project:</strong> <%= @candidate.project %><br />
<strong>Position Type:</strong> <%= @candidate.position %><br />
<strong>Skill Needs:</strong> <%= @candidate.skill_needs %><br />
<strong>Recruiter Email:</strong> <%= mail_to @candidate.recruiter.name, @candidate.recruiter.email %><br />
</div>
</div>