forked from rDrama/rDrama
1
0
Fork 0

another cosmetic change

master
Aevann1 2022-08-19 23:55:43 +02:00
parent 5117e30577
commit 18f024d9c4
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><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}}">{{sub.name}} {% if sub.name in v.all_blocks %}<span class="text-danger">[hidden from your main feed, visit it to unhide it]</span>{% endif %}</a></td>
<td><a href="/h/{{sub.name}}" >{{count}}</a></td>
</tr>
{% endfor %}