fix
This commit is contained in:
parent
c7dbbcec45
commit
cfc6a8aaae
1 changed files with 4 additions and 4 deletions
|
@ -244,16 +244,16 @@
|
|||
</a>
|
||||
</span>
|
||||
|
||||
{% if c.author.verified %}
|
||||
<i class="fas fa-badge-check" style="color:{% if c.author.verifiedcolor %}#{{c.author.verifiedcolor}}{% else %}#1DA1F2{% endif %}" data-bs-toggle="tooltip" data-bs-placement="bottom" title="" data-bs-original-title="{{c.author.verified}}"></i>
|
||||
{% endif %}
|
||||
|
||||
{% if c.author.customtitle %}
|
||||
<bdi class="flex-shrink-0" style="color: #{{c.author.titlecolor}}">
|
||||
{{c.author.customtitle | safe }}
|
||||
</bdi>
|
||||
{% endif %}
|
||||
|
||||
{% if c.author.verified %}
|
||||
<i class="fas fa-badge-check align-middle ml-1" style="color:{% if c.author.verifiedcolor %}#{{c.author.verifiedcolor}}{% else %}#1DA1F2{% endif %}" data-bs-toggle="tooltip" data-bs-placement="bottom" title="" data-bs-original-title="{{c.author.verified}}"></i>
|
||||
{% endif %}
|
||||
|
||||
{% if c.bannedfor and c.author.banned_by %}
|
||||
<a href="javascript:void(0)"><i class="fad fa-gavel text-danger" data-bs-toggle="tooltip" data-bs-placement="bottom" title="" data-bs-original-title="User was banned for this comment by @{{c.author.banned_by.username}}"></i></a>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue