remotes/1693045480750635534/spooky-22
Aevann1 2022-03-06 04:07:39 +02:00
parent cf3dcf3aea
commit bff4a22cf7
1 changed files with 3 additions and 3 deletions

View File

@ -24,9 +24,9 @@
<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>{{count}}</a>
<td>{{sub.subscription_num}}</td>
<td>{{sub.block_num}}</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>
</tr>
{% endfor %}
</table>