remotes/1693045480750635534/spooky-22
kek7198 2021-12-09 14:25:59 -06:00
parent 7f7cb0073d
commit 6f70593b9e
1 changed files with 7 additions and 3 deletions

View File

@ -270,14 +270,18 @@
<div id="{% if comment_info and comment_info.id == c.id %}context{%else%}comment-{{c.id}}-only{% endif %}" class="comment-anchor relative {% if comment_info and comment_info.id == c.id %}context{%endif%}{% if c.is_banned %} banned{% endif %}{% if c.deleted_utc %} deleted{% endif %}">
<div class="user-info no-scrollbar overflow-y-hidden overflow-x-auto flex items-center space-x-2">
<span class="flex-shrink-0 comment-collapse-icon" onclick="collapse_comment('{{c.id}}')"></span>
<span id="reddot-{{c.id}}"></span>
<div class="user-info no-scrollbar overflow-y-hidden overflow-x-auto flex items-center">
<span class="flex-shrink-0 comment-collapse-icon mr-2" onclick="collapse_comment('{{c.id}}')"></span>
<span class="mr-2" id="reddot-{{c.id}}"></span>
{% if c.awards %}
<ul class="flex space-x-2 mb-0 mr-2">
{% for a in c.awards %}
<li>
<i class="{{a.class_list}} px-1" data-bs-toggle="tooltip" data-bs-placement="bottom" title="" data-bs-original-title="{{a.title}} Award given by @{{a.user.username}}"></i>
</li>
{% endfor %}
</ul>
{% endif %}
{% if c.post and c.post.award_count("ghosts") %}