We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013d429 commit 5e67335Copy full SHA for 5e67335
packet/templates/include/admin/open_packets.html
@@ -21,7 +21,7 @@
21
height="25"/> {{ get_rit_name(packet.freshman_username) }}
22
</a>
23
</td>
24
- <td data-sort="{{ packet.signatures_received_result.total }}">
+ <td data-sort="{{ packet.signatures_received_result.total / packet.signatures_required_result.total }}">
25
{% if packet.signatures_received_result.total == packet.signatures_required_result.total %}
26
💯 {# 100% emoji #}
27
{% else %}
0 commit comments