Add numeration to highscores
This commit is contained in:
parent
6dd4da5cfb
commit
6fa74de55c
@ -82,10 +82,12 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="scoreboard">
|
<div class="scoreboard">
|
||||||
<table>
|
<table>
|
||||||
|
<th>№</th>
|
||||||
<th>Instance</th>
|
<th>Instance</th>
|
||||||
<th>Defederations</th>
|
<th>Defederations</th>
|
||||||
{% for entry in scores %}
|
{% for entry in scores %}
|
||||||
<tr>
|
<tr>
|
||||||
|
<td>{{loop.index}}</td>
|
||||||
<td>
|
<td>
|
||||||
<img src="https://proxy.duckduckgo.com/ip3/{{entry['domain']}}.ico" width=16/>
|
<img src="https://proxy.duckduckgo.com/ip3/{{entry['domain']}}.ico" width=16/>
|
||||||
<b><a href="https://{{entry['domain']}}" rel="nofollow noopener noreferrer">{{entry['domain']}}</a></b>
|
<b><a href="https://{{entry['domain']}}" rel="nofollow noopener noreferrer">{{entry['domain']}}</a></b>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user