forked from rDrama/rDrama
1
0
Fork 0

another cosmetic change

master
Aevann1 2022-08-19 23:54:35 +02:00
parent 43602c4075
commit fb9fad0055
1 changed files with 1 additions and 2 deletions

View File

@ -17,10 +17,9 @@
</thead> </thead>
{% for sub, count in subs %} {% for sub, count in subs %}
<tr> <tr>
<td>{{loop.index}}</td> <td>{{loop.index}}</td>
<td><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 {% 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 href="/h/{{sub.name}}" >{{count}}</a></td> <td><a href="/h/{{sub.name}}" >{{count}}</a></td>
</tr> </tr>
{% endfor %} {% endfor %}