Scoreboard for 42 Network #73
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
translations
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: 42CTF/website#73
Loading…
Reference in New Issue
No description provided.
Delete Branch "Danhia/website:scoreboard/42network"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added a scoreboard that ranks all the campuses of the 42 Network.
It takes into account the top 10 players of all campuses, to keep it fair for the small campuses.
This partially implements 42CTF/website#15.
Need to remove the pagination div and it's done.
@ -0,0 +25,4 @@
</tbody>
</table>
<div class="pagination">
You can remove all the pagination div, you don't use it in the network view.
Done here