Fix [deleted] user link color
This commit is contained in:
parent
341c623be8
commit
7c73e352ce
@ -13,7 +13,7 @@
|
||||
{% if author.name != "[deleted]" %}
|
||||
<a class="comment_author {{ author.distinguished }} {% if author.name == post_author %}op{% endif %}" href="/user/{{ author.name }}">u/{{ author.name }}</a>
|
||||
{% else %}
|
||||
u/{{ author.name }}
|
||||
<span class="comment_author">u/[deleted]</span>
|
||||
{% endif %}
|
||||
{% if author.flair.flair_parts.len() > 0 %}
|
||||
<small class="author_flair">{% call utils::render_flair(author.flair.flair_parts) %}</small>
|
||||
|
Loading…
Reference in New Issue
Block a user