remotes/1693045480750635534/spooky-22
Aevann1 2022-03-06 00:00:37 +02:00
parent e4de66e5e0
commit 392dfc1f7d
1 changed files with 3 additions and 4 deletions

View File

@ -7,8 +7,7 @@
</pre>
<div class="overflow-x-auto">
<table id="sortable_table" class="table table-striped mb-5">
<div class="overflow-x-auto"><table class="table table-striped mb-5">
<thead class="bg-primary text-white">
<tr>
<th>#</th>
@ -20,13 +19,13 @@
</thead>
<tbody id="followers-table">
{% if SITE_NAME == 'Drama' %}
{% for marsey, author in marseys[:10] %}
{% for marsey, author in marseys %}
<tr>
<td>{{loop.index}}</td>
<td>{{marsey.name}}</td>
<td><img class="marsey" loading="lazy" data-bs-toggle="tooltip" alt=":{{marsey.name}}:" title=":{{marsey.name}}:" src="/e/{{marsey.name}}.webp?v=1012" ></td>
<td>{{marsey.count}}</td>
<td>{{author.username}}</td>
<td><a style="color:#{{author.namecolor}};font-weight:bold" href="/@{{author.username}}"><img loading="lazy" src="{{author.profile_url}}" class="pp20"><span {% if author.patron %}class="patron" style="background-color:#{{author.namecolor}}"{% endif %}>{{author.username}}</span></a></td>
</tr>
{% endfor %}
{% else %}