forked from rDrama/rDrama
1
0
Fork 0

link followers in position row in leaderboard

master
Aevann1 2022-09-06 05:08:28 +02:00
parent 2005eb1bce
commit 5e3ecec61a
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@
{% include "user_in_table.html" %}
{% endwith %}
</td>
<td>{{v.stored_subscriber_count}}</td>
<td><a href="/@{{v.username}}/followers">{{v.stored_subscriber_count}}</a></td>
</tr>
{% endif %}
</table>