Feat: add rating
This commit is contained in:
@ -25,6 +25,7 @@
|
||||
<thead class="bg-gray-800 text-white">
|
||||
<tr>
|
||||
<th class="py-2 px-4">Player</th>
|
||||
<th class="py-2 px-4">Rating</th>
|
||||
<th class="py-2 px-4">Games Played</th>
|
||||
<th class="py-2 px-4">Games Won</th>
|
||||
<th class="py-2 px-4">Games Lost</th>
|
||||
@ -36,6 +37,7 @@
|
||||
{{range .}}
|
||||
<tr>
|
||||
<td class="py-2 px-4 border">{{.Username}}</td>
|
||||
<td class="py-2 px-4 border">{{.Rating}}</td>
|
||||
<td class="py-2 px-4 border">{{.GamesPlayed}}</td>
|
||||
<td class="py-2 px-4 border">{{.GamesWon}}</td>
|
||||
<td class="py-2 px-4 border">{{.GamesLost}}</td>
|
||||
|
Reference in New Issue
Block a user