another cosmetic change

remotes/1693045480750635534/spooky-22
Aevann1 2022-08-19 23:55:04 +02:00
parent fb9fad0055
commit 5117e30577
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
{% for sub, count in subs %}
<tr>
<td>{{loop.index}}</td>
<td {% if sub.name in v.all_blocks %}class="text-danger"{% endif %}><a href="/h/{{sub.name}}">{{sub.name}} {% if sub.name in v.all_blocks %}[hidden from your main feed, visit it to unhide it]{% endif %}</a></td>
<td><a {% if sub.name in v.all_blocks %}class="text-danger"{% endif %} href="/h/{{sub.name}}">{{sub.name}} {% if sub.name in v.all_blocks %}[hidden from your main feed, visit it to unhide it]{% endif %}</a></td>
<td><a href="/h/{{sub.name}}" >{{count}}</a></td>
</tr>
{% endfor %}