remotes/1693045480750635534/spooky-22
Aevann1 2022-04-24 21:09:36 +02:00
parent d1a4527e97
commit 2f14624ffe
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<th>#</th>
<th>Name</th>
<th role="button" onclick="sort_table(2)">Posts</th>
<th role="button" onclick="sort_table(3)">Subscribers</th>
{% if SITE_NAME == 'rDrama' %}<th role="button" onclick="sort_table(3)">Subscribers</th>{% endif %}
<th role="button" onclick="sort_table(4)">Blockers</th>
</tr>
@ -25,7 +25,7 @@
<td>{{loop.index}}</td>
<td><a href="/h/{{sub.name}}">{{sub.name}}</a></td>
<td><a href="/h/{{sub.name}}">{{count}}</a></td>
<td><a href="/h/{{sub.name}}/subscribers">{{sub.subscription_num}}</a></td>
{% if SITE_NAME == 'rDrama' %}<td><a href="/h/{{sub.name}}/subscribers">{{sub.subscription_num}}</a></td>{% endif %}
<td><a href="/h/{{sub.name}}/blockers">{{sub.block_num}}</a></td>
</tr>
{% endfor %}