Added UserStats and updated leaderboard page

This commit is contained in:
simon
2018-05-11 13:16:34 -04:00
parent 9c41c16079
commit 1678be25c5
8 changed files with 224 additions and 33 deletions

View File

@@ -19,18 +19,12 @@
</tr>
</thead>
<tbody>
<tr>
<td>Test1</td>
<td>Test2</td>
</tr>
<tr>
<td>Test1</td>
<td>Test2</td>
</tr>
<tr>
<td>Test1</td>
<td>Test2</td>
</tr>
#foreach($row in $stats)
<tr>
<td>$row.getKey().getUsername()</td>
<td>$row.getValue().size()</td>
</tr>
#end
</tbody>
</table>
</div>