forked from MarseyWorld/MarseyWorld
parent
af4a6a5f92
commit
89713985ff
|
@ -32,6 +32,8 @@
|
|||
|
||||
{% set v_forbid_deleted = (p.deleted_utc != 0 or p.is_banned) and not (v and v.admin_level >= PERMS['POST_COMMENT_MODERATION']) and not (v and v.id == p.author_id) %}
|
||||
|
||||
{{macros.reports(p, 'post')}}
|
||||
|
||||
<div id="post-{{p.id}}" class="actual-post card {% if u and p.is_pinned %}pinned-to-profile{% endif %} {% if p.ghost %}ghost-post{% endif %} {% if p.unread %}unread{% endif %} {% if p.is_banned %} banned{% endif %}{% if p.deleted_utc %} deleted{% endif %}{% if p.stickied %} stickied{% endif %}{% if voted == 1 %} upvoted{% elif voted==-1 %} downvoted{% endif %}{% if p.nsfw %} nsfw{% endif %}">
|
||||
<div class="d-flex flex-row-reverse flex-md-row flex-nowrap" style="align-items:flex-start">
|
||||
<div class="voting my-2 d-none d-md-flex pr-2">
|
||||
|
@ -88,9 +90,6 @@
|
|||
<div class="post-meta text-left x-scroll hide-scrollbar mb-md-2">
|
||||
{{macros.post_meta(p)}}
|
||||
</div>
|
||||
|
||||
{{macros.reports(p, 'post')}}
|
||||
|
||||
<h5 class="card-title post-title text-left w-lg-95 pb-0 pb-md-1">
|
||||
{% if p.cw %}
|
||||
<span class="post-flair bg-danger font-weight-bolder mr-1">CHILD WARNING</span>
|
||||
|
|
Loading…
Reference in New Issue