vcx
This commit is contained in:
parent
a0cab280a9
commit
7a5aff67b5
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
<th>#</th>
|
<th>#</th>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
<th role="button" onclick="sort_table(2)">Posts</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>
|
<th role="button" onclick="sort_table(4)">Blockers</th>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
<td>{{loop.index}}</td>
|
<td>{{loop.index}}</td>
|
||||||
<td><a href="/h/{{sub.name}}">{{sub.name}}</a></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}}">{{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>
|
<td><a href="/h/{{sub.name}}/blockers">{{sub.block_num}}</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue