master
Aevann1 2021-08-11 19:50:29 +02:00
parent 226eb975be
commit 0ead17b443
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@
<div id="{% if comment_info and comment_info.id == c.id %}context{%else%}comment-{{c.id}}-only{% endif %}" class="{% 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">
<div class="user-info x-scroll">
<span class="comment-collapse d-md-none" onclick="collapse_comment('{{c.id}}')"></span>
{% if c.awards %}
{% for a in c.awards[:5] %}

View File

@ -204,7 +204,7 @@
<div class="{% if p.deleted_utc > 0 %}deleted {% endif %}card-block w-100 my-md-auto">
<div class="post-meta text-left mb-2">
<div class="post-meta text-left x-scroll mb-2">
{% if p.awards %}
{% for a in p.awards[:5] %}
<i class="{{a.class_list}} px-1" data-toggle="tooltip" data-placement="bottom" title="{{a.title}} Award given by @{{a.user.username}}"></i>