remotes/1693045480750635534/spooky-22
kek7198 2021-12-13 06:56:26 -06:00
parent 5770998986
commit 23aaab3c8b
2 changed files with 7 additions and 3 deletions

View File

@ -1,13 +1,13 @@
{% extends "default.html" %}
{% block content %}
<script src="/assets/js/followers.js?v=200"></script>
<div class="col-span-full">
<pre>
</pre>
<h5>@{{u.username}}'s followers</h5>
<pre></pre>
<table class="table table-striped mb-5">
<table class="w-full table table-striped mb-5">
<thead class="bg-primary text-white">
<tr>
<th style="font-weight: bold">#</th>
@ -29,5 +29,9 @@
{% endfor %}
</tbody>
</table>
</div>
{% endblock %}
{% block scripts %}
<script src="/assets/js/followers.js?v=200"></script>
{% endblock %}

View File

@ -3,7 +3,7 @@
<div class="col-span-full my-4">
<h5>Users followed by @{{u.username}}</h5>
<pre></pre>
<table class="table table-striped mb-5">
<table class="w-full table table-striped mb-5">
<thead class="bg-primary text-white">
<tr>
<th style="font-weight: bold">#</th>