diff --git a/app/views/admin/candidate/index.html.erb b/app/views/admin/candidate/index.html.erb index d4ababd..1912731 100644 --- a/app/views/admin/candidate/index.html.erb +++ b/app/views/admin/candidate/index.html.erb @@ -31,7 +31,7 @@ <%= candidate.status %> <%= candidate.completed ? link_to("Submitted", admin_result_path(candidate.test_hash)) : "" %> <%= candidate.reminded ? "Yes" : "" %> - <%= candidate.review_status %> + <%= candidate.review_status unless candidate.pending? %> <% end %>