forked from rDrama/rDrama
1
0
Fork 0

fix shadowbanned in tables

master
Aevann1 2022-12-19 19:15:32 +02:00
parent 29fa5bcf4d
commit 8349aead46
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
{%- include 'admin/shadowbanned_tooltip.html' -%}
{% if user and (not user.shadowbanned or v.can_see_shadowbanned) %}
<a data-sort-key="{{user.username.lower()}}" style="color:#{{user.name_color}};font-weight:bold" href="/@{{user.username}}">
<div class="profile-pic-20-wrapper mb-2">
<img loading="lazy" src="{{user.profile_url}}" class="pp20">
@ -9,4 +8,3 @@
</div>
<span {% if user.patron %}class="patron" style="background-color:#{{user.name_color}}"{% endif %}>{{user.user_name}}</span>
</a>
{% endif %}