fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4963335#context
parent
7b50d28429
commit
9d4951c225
|
@ -1,7 +1,7 @@
|
|||
{% extends "default.html" %}
|
||||
{% block pagetitle %}@{{u.username}}'s blockers{% endblock %}
|
||||
{% block content %}
|
||||
<h5 class="my-3">@{{u.username}}'s blockers ({{users|length}} users)</h5>
|
||||
<h5 class="my-3">@{{u.username}}'s blockers ({{total}} users)</h5>
|
||||
<div class="overflow-x-auto mt-1"><table class="table table-striped mb-5">
|
||||
<thead class="bg-primary text-white">
|
||||
<tr>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% extends "default.html" %}
|
||||
{% block pagetitle %}Users blocked by @{{u.username}}{% endblock %}
|
||||
{% block content %}
|
||||
<h5 class="my-3">Users blocked by @{{u.username}} ({{users|length}} users)</h5>
|
||||
<h5 class="my-3">Users blocked by @{{u.username}} ({{total}} users)</h5>
|
||||
<div class="overflow-x-auto mt-1"><table class="table table-striped mb-5">
|
||||
<thead class="bg-primary text-white">
|
||||
<tr>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% extends "default.html" %}
|
||||
{% block pagetitle %}@{{u.username}}'s followers{% endblock %}
|
||||
{% block content %}
|
||||
<h5 class="my-3">@{{u.username}}'s followers ({{users|length}} users)</h5>
|
||||
<h5 class="my-3">@{{u.username}}'s followers ({{total}} users)</h5>
|
||||
<div class="overflow-x-auto mt-1"><table class="table table-striped mb-5">
|
||||
<thead class="bg-primary text-white">
|
||||
<tr>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% extends "default.html" %}
|
||||
{% block pagetitle %}Users followed by @{{u.username}}{% endblock %}
|
||||
{% block content %}
|
||||
<h5 class="my-3">Users followed by @{{u.username}} ({{users|length}} users)</h5>
|
||||
<h5 class="my-3">Users followed by @{{u.username}} ({{total}} users)</h5>
|
||||
<div class="overflow-x-auto"><table class="table table-striped mb-5">
|
||||
<thead class="bg-primary text-white">
|
||||
<tr>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% extends "default.html" %}
|
||||
{% block pagetitle %}@{{u.username}}'s notification muters{% endblock %}
|
||||
{% block content %}
|
||||
<h5 class="my-3">@{{u.username}}'s notification muters ({{users|length}} users)</h5>
|
||||
<h5 class="my-3">@{{u.username}}'s notification muters ({{total}} users)</h5>
|
||||
<div class="overflow-x-auto mt-1"><table class="table table-striped mb-5">
|
||||
<thead class="bg-primary text-white">
|
||||
<tr>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% extends "default.html" %}
|
||||
{% block pagetitle %}Users whose notifications are muted by @{{u.username}}{% endblock %}
|
||||
{% block content %}
|
||||
<h5 class="my-3">Users whose notifications are muted by @{{u.username}} ({{users|length}} users)</h5>
|
||||
<h5 class="my-3">Users whose notifications are muted by @{{u.username}} ({{total}} users)</h5>
|
||||
<div class="overflow-x-auto mt-1"><table class="table table-striped mb-5">
|
||||
<thead class="bg-primary text-white">
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue