Standings page ok
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
#set($pmap = $utils.toMap($parts))
|
||||
<table id="players" class="ui celled selectable striped table">
|
||||
<thead>
|
||||
<th>name</th>
|
||||
<th>first name</th>
|
||||
<th>country</th>
|
||||
<th>club</th>
|
||||
<th>rank</th>
|
||||
<th>rating</th>
|
||||
<th>participation</th>
|
||||
<th>Name</th>
|
||||
<th>First name</th>
|
||||
<th>Country</th>
|
||||
<th>Club</th>
|
||||
<th>Rank</th>
|
||||
<th>Rating</th>
|
||||
<th>Participation</th>
|
||||
</thead>
|
||||
<tbody>
|
||||
#foreach($part in $parts)
|
||||
|
Reference in New Issue
Block a user