quiz results sortable

This commit is contained in:
Mark Moser
2017-02-14 16:39:53 -06:00
parent 9e1bf8e08b
commit 38100e236f
10 changed files with 68 additions and 6 deletions

View File

@ -5,11 +5,11 @@
<main class="summary_tpl">
<table cellspacing="0" cellpadding="0">
<tr>
<th>Test ID</th>
<th>Experience</th>
<th>Client/Project</th>
<th><%= sortable "test_hash", "Test ID" %></th>
<th><%= sortable "experience" %></th>
<th><%= sortable "project", "Client/Project" %></th>
<th>Recruiter</th>
<th>Submitted on</th>
<th><%= sortable "completed_at", "Submitted on" %></th>
<th>Interview?</th>
</tr>