add hats to all pp20

remotes/1693045480750635534/spooky-22
Aevann1 2022-09-05 06:00:19 +02:00
parent eb3dd36b59
commit b3b6f1cf34
1 changed files with 5 additions and 3 deletions

View File

@ -53,14 +53,16 @@
</thead>
<tbody class="text-muted">
{% for block in v.blocking %}
{% set user=block.target %}
<tr>
<td>
<a href="{{block.target.permalink}}">
<img loading="lazy" src="{{block.target.profile_url}}" class="pp20 align-top mr-2">@{{block.target.username}}</a>
{% include "user_in_table.html" %}
</td>
<td>
<button class="btn btn-primary" onclick="post_toast(this,'/settings/unblock?username={{block.target.username}}&formkey={{v.formkey}}')">Unblock</a>
<button class="btn btn-primary" onclick="post_toast(this,'/settings/unblock?username={{user.username}}&formkey={{v.formkey}}')">
Unblock
</button>
</td>
</tr>
{% else %}