From d913e816b556a10c77d3dd78592d327c08e03e40 Mon Sep 17 00:00:00 2001 From: Mark Moser Date: Tue, 22 Nov 2016 16:51:30 -0600 Subject: [PATCH] hiding pending from candidates list --- app/views/admin/candidate/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>