Skip to content

Commit 5e67335

Browse files
authored
change packet sorting to percentage (#370)
1 parent 013d429 commit 5e67335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packet/templates/include/admin/open_packets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
height="25"/> {{ get_rit_name(packet.freshman_username) }}
2222
</a>
2323
</td>
24-
<td data-sort="{{ packet.signatures_received_result.total }}">
24+
<td data-sort="{{ packet.signatures_received_result.total / packet.signatures_required_result.total }}">
2525
{% if packet.signatures_received_result.total == packet.signatures_required_result.total %}
2626
💯 {# 100% emoji #}
2727
{% else %}

0 commit comments

Comments
 (0)