This commit is contained in:
Aevann1 2022-01-07 00:43:32 +02:00
parent 2aa5d3a3c8
commit 9b96c308f6
4 changed files with 4 additions and 4 deletions

View file

@ -562,7 +562,7 @@ const EMOJIS_STRINGS = [
"marseyneckbeard": {"author":"above______below", "tags":"mlady bodypillow dakimakura anime otaku fedora weebshit body pillow mra weeb"},
"marseyneet": {"author":"seethefarmer", "tags":"cozy comfy wagie"},
"marseyneon": {"author":"chiobu", "tags":"wave flashy trippy waving flashing lights animated"},
"marseynerd": {"author":"unknown", "tags":"dork loser dweeb geek glasses aevann"},
"marseynerd": {"author":"astolfo", "tags":"dork loser dweeb geek glasses aevann"},
"marseynietzsche": {"author":"feynmandidnothingwrong", "tags":"philosophy history"},
"marseyniggawut": {"author":"chapose", "tags":"weird reaction raised eyebrow disturbing disturbed wtf judgment"},
"marseynightmare": {"author":"dramarama", "tags":"striped sweater freddy freddie horror halloween krueger holiday claws monster"},

View file

@ -192,7 +192,7 @@
{% endfor %}
{% endif %}
{% if c.bannedfor and c.author.banned_by %}
{% if c.bannedfor %}
<a role="button"><i class="fad fa-gavel text-danger" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-original-title="User was banned for this comment by @{{c.author.banned_by.username}}"></i></a>
{% endif %}
{% if c.active_flags %}<a class="btn btn-primary" style="padding:1px 5px; font-size:10px;" role="button" onclick="document.getElementById('flaggers-{{c.id}}').classList.toggle('d-none')">{{c.active_flags}} Reports</a>{% endif %}

View file

@ -328,7 +328,7 @@
<div id="post-content" class="{% if p.deleted_utc > 0 %}deleted {% endif %}card-block w-100 my-md-auto">
<div class="post-meta text-left mb-2">
{% if p.bannedfor and p.author.banned_by %}
{% if p.bannedfor %}
<a role="button"><i class="fad fa-gavel text-danger" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-original-title="User was banned for this post by @{{p.author.banned_by.username}}"></i></a>
{% endif %}

View file

@ -166,7 +166,7 @@
<div class="card-block text-left x-scroll-parent my-md-auto w-100">
<div class="post-meta text-left x-scroll mb-md-2">
{% if p.bannedfor and p.author.banned_by %}
{% if p.bannedfor %}
<a role="button"><i class="fad fa-gavel text-danger" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-original-title="User was banned for this post by @{{p.author.banned_by.username}}"></i></a>
{% endif %}