forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-18 13:47:00 +02:00
parent 283d165548
commit c067d2b822
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@
</tr>
{% endfor %}
{% if pos > 25 %}
<tr>
<td style="font-weight:bold;">pos</td>
<tr style="border-top:2px solid var(--primary)">
<td style="font-weight:bold;">{{pos}}</td>
<td><a style="color:#{{v.namecolor}}; font-weight:bold;" href="/@{{v.username}}"><img alt="@{{v.username}}'s profile picture" loading="lazy" src="{{v.profile_url}}" class="pp20"><span {% if v.patron %}class="patron" style="background-color:#{{v.namecolor}}"{% endif %}>{{v.username}}</span></a></td>
<td style="font-weight:bold; text-align:right;">{{v.coins}}</td>
</tr>