add the showing note thing to comments too

pull/211/head
Aevann 2023-10-05 12:34:09 +03:00
parent 03ffc932ee
commit 0504f78373
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@
{% if a.kind == "emoji" %}
<img alt="{{a.title}} Award given by @{{a.user.username}}" data-bs-toggle="tooltip" loading="lazy" src="{{SITE_FULL_IMAGES}}/e/{{a.note}}.webp" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{a.title}} Award given by @{{a.user.username}}" width="20px">
{% else %}
<i class="{{a.class_list}} px-1" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{a.title}} Award given by @{{a.user.username}}"></i>
<i class="{{a.class_list}} px-1" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{a.title}} Award given by @{{a.user.username}} {% if a.kind in ['chud','namelock','flairlock'] %}'{{a.note}}'{% endif %}"></i>
{% endif %}
{% endfor %}