remotes/1693045480750635534/spooky-22
Aevann1 2021-09-06 03:10:32 +02:00
parent 76a76c8589
commit 49cc6b6471
1 changed files with 8 additions and 8 deletions

View File

@ -219,14 +219,6 @@
</div>
</div>
{% if p.is_image and (not v or v.cardview) %}
<div style="text-align: center" class="mt-4">
<a target="_blank" rel="nofollow noopener noreferrer" href="{{p.url}}">
<img loading="lazy" src="{{p.url}}" class="img-fluid" style="max-height:500px;" alt="Unable to load image">
</a>
</div>
{% endif %}
{% if p.realbody(v) %}
<div class="d-none card rounded border pb-0 pt-3 my-2" id="post-text-{{p.id}}">
{{p.realbody(v) | safe}}
@ -388,6 +380,14 @@
</div>
{% if p.is_image and (not v or v.cardview) %}
<div style="text-align: center" class="my-4">
<a target="_blank" rel="nofollow noopener noreferrer" href="{{p.url}}">
<img loading="lazy" src="{{p.url}}" class="img-fluid" style="max-height:500px;" alt="Unable to load image">
</a>
</div>
{% endif %}
{% if p.active_flags %}
<div id="flaggers-{{p.id}}" class="flaggers d-none">
<strong><i class="far fa-fw fa-flag"></i> Reported by:</strong>