cvx
This commit is contained in:
parent
63ebd12575
commit
d7760aaaa1
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue