mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-02 16:21:32 -08:00
no bold on deleted usernames
This commit is contained in:
parent
78d1dfb45c
commit
ad8742bf85
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
<div class="hide_button"><a href='#'>[-] hide</a></div>
|
||||
<div class="comment_author">
|
||||
{% if comment['comment'].author.deleted %}
|
||||
<strong>[deleted]</strong>
|
||||
[deleted]
|
||||
{% else %}
|
||||
{% if comment['comment'].author.avatar_id %}
|
||||
<a href="/u/{{ comment['comment'].author.link() }}" title="{{ comment['comment'].author.ap_id }}">
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
</div>
|
||||
<div class="comment_author">
|
||||
{% if comment['comment'].author.deleted %}
|
||||
<strong>[deleted]</strong>
|
||||
[deleted]
|
||||
{% else %}
|
||||
{% if comment['comment'].author.avatar_id and comment['comment'].score > -10 and not low_bandwidth %}
|
||||
<a href="/u/{{ comment['comment'].author.link() }}" title="{{ comment['comment'].author.ap_id }}">
|
||||
|
|
Loading…
Add table
Reference in a new issue