fix
This commit is contained in:
parent
749f2381be
commit
94e3db3753
1 changed files with 2 additions and 2 deletions
|
@ -116,11 +116,11 @@
|
|||
<a class="user-name" onclick='userPopover({{p.author.json_popover | tojson}})' data-bs-placement="bottom" data-bs-toggle="popover" data-bs-trigger="focus" data-content-id="popover" href="javascript:void(0)" tabindex="0" style="color: #{{p.author.namecolor}};">
|
||||
<span class="inline-flex items-center font-bold">
|
||||
{% if p.author.patron and not p.distinguish_level %}
|
||||
<span class="patron" style="background-color:#{{p.author.namecolor}};">
|
||||
<span class="patron flex-shrink-0" style="background-color:#{{p.author.namecolor}};">
|
||||
{{p.author.username}}
|
||||
</span>
|
||||
{% elif p.distinguish_level and 'rama' in request.host %}
|
||||
<span class="mod">
|
||||
<span class="mod flex-shrink-0">
|
||||
{{p.author.username}}
|
||||
</span>
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue