% content_for :section_title, "Completed Tests" content_for :title, "Quiz Results - Skills Assessment Admin" %>
<%= sortable "test_hash", "Test ID" %> | <%= sortable "name" %> | <%= sortable "project", "Client/Project" %> | Recruiter | <%= sortable "completed_at", "Submitted on" %> | Interview? |
---|---|---|---|---|---|
<%= link_to candidate.test_hash, admin_result_path(candidate.test_hash) %> | <%= candidate.name if !candidate.pending? %> | <%= candidate.project %> | <%= mail_to(candidate.recruiter.email) %> | <%= candidate.completed_at.strftime('%D') unless candidate.completed_at.nil? %> | <%= candidate.interview? %> |