forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-25 04:21:52 +02:00
parent 0bd1afc70e
commit 2f6e871404
1 changed files with 2 additions and 2 deletions

View File

@ -438,7 +438,7 @@
{% endfor %}
{% if pos14 > 25 %}
<tr style="border-top:2px solid var(--primary)">
<td style="font-weight:bold">{{pos1}}</td>
<td style="font-weight:bold">{{pos14}}</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">{{v.winnings}}</td>
</tr>
@ -469,7 +469,7 @@
{% endfor %}
{% if pos15 > 25 %}
<tr style="border-top:2px solid var(--primary)">
<td style="font-weight:bold">{{pos1}}</td>
<td style="font-weight:bold">{{pos15}}</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">{{v.winnings}}</td>
</tr>