Leaderboard pages added and routing sorted

This commit is contained in:
piratefinn 2017-11-10 17:15:11 +00:00
parent f5239a3822
commit 8a5236ad3a
8 changed files with 216 additions and 5 deletions

View file

@ -0,0 +1,3 @@
<td>{{ item.position }}</td>
<td class="text-truncate">{{ item.display_name }}</td>
<td>{{ listType.includes('total') ? (item.value | currency:'GBP':true:'1.2-2') : (item.value | number:'1.0-0') }}</td>