forked from MarseyWorld/MarseyWorld
fix previous commit
parent
ec2c1afba1
commit
cdfc68cb4b
|
@ -81,7 +81,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div id="post-{{p.id}}" class="{% 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.over_18 %}nsfw{% endif %}">
|
||||
<div id="post-{{p.id}}" class="{% if p.unread %}unread{% else %}card{% 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.over_18 %} nsfw{% endif %}">
|
||||
|
||||
<div class="d-flex flex-row-reverse flex-md-row flex-nowrap justify-content-end">
|
||||
|
||||
|
|
Loading…
Reference in New Issue