mirror of
https://github.com/spikecodes/libreddit.git
synced 2026-01-30 08:24:10 +01:00
Fix [deleted] user link color
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user