mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-06 07:01:36 +01:00
fix search with multiple results
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
{% for p in playerList %}
|
||||
{% set count = loop.index + start %}
|
||||
<tr {% if searchName and searchName == p.name %} id="targetPlayer" {% endif %}>
|
||||
<td>{{ count }}</td>
|
||||
<td>{% if doNotComputeRank %} {{ count }} {% else %} {{ p.rankStr }} {% endif %}</td>
|
||||
<td><a href="/player?id={{ p.playerId }}">{{ p.name }}</a></td>
|
||||
<td>{{ p.games }}</td>
|
||||
<td>{{ p.rating }}</td>
|
||||
|
||||
Reference in New Issue
Block a user