forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-03-06 04:08:42 +02:00
parent bff4a22cf7
commit 3ab2e6d0a3
1 changed files with 3 additions and 3 deletions

View File

@ -23,10 +23,10 @@
{% for sub, count in subs %}
<tr>
<td>{{loop.index}}</td>
<td><a href="/s/{{sub.name}}" {% if v and v.newtab and not g.webview %}target="_blank"{% endif %}>{{sub.name}}</a></td>
<td><a href="/s/{{sub.name}}">{{sub.name}}</a></td>
<td>{{count}}</td>
<td><a href="/s/{{sub.name}}/subscribers" {% if v and v.newtab and not g.webview %}target="_blank"{% endif %}>{{sub.subscription_num}}</a></td>
<td><a href="/s/{{sub.name}}/blockers" {% if v and v.newtab and not g.webview %}target="_blank"{% endif %}>{{sub.block_num}}</a></td>
<td><a href="/s/{{sub.name}}/subscribers">{{sub.subscription_num}}</a></td>
<td><a href="/s/{{sub.name}}/blockers">{{sub.block_num}}</a></td>
</tr>
{% endfor %}
</table>