remotes/1693045480750635534/spooky-22
kek7198 2021-11-25 10:50:43 -06:00
parent 4cd28d16da
commit e1eeb79ba1
1 changed files with 10 additions and 10 deletions

View File

@ -42,16 +42,6 @@
<div class="x-scroll-parent w-100">
<h5 class="post-title font-bold font-heading text-lg md:text-xl leading-normal">
<a {% if v and v.newtab %}target="_blank"{% endif %} {% if v %}href="{{p.permalink}}"{% else %}href="/logged_out{{p.permalink}}"
{% endif %}>
{% if p.club %}
<span class="patron font-weight-bolder mr-1" style="background-color:red; font-size:10px; line-height:2;">COUNTRY CLUB</span>
{% endif %}
{{p.realtitle(v) | safe}}
</a>
</h5>
<div class="flex items-center space-x-2 md:-ml-2 mb-1 text-sm text-gray-500 leading-normal {% if p.award_count('ghosts') %}ghosts{% endif %}">
{% if p.bannedfor and p.author.banned_by %}
<a><i class="fad fa-gavel text-danger" data-bs-toggle="tooltip" data-bs-placement="bottom" title="" data-bs-original-title="User was banned for this post by @{{p.author.banned_by.username}}"></i></a>
@ -119,6 +109,16 @@
<span>{{p.views}} views</span>
</div>
<h5 class="post-title font-bold font-heading text-lg md:text-xl leading-normal">
<a {% if v and v.newtab %}target="_blank"{% endif %} {% if v %}href="{{p.permalink}}"{% else %}href="/logged_out{{p.permalink}}"
{% endif %}>
{% if p.club %}
<span class="patron font-weight-bolder mr-1" style="background-color:red; font-size:10px; line-height:2;">COUNTRY CLUB</span>
{% endif %}
{{p.realtitle(v) | safe}}
</a>
</h5>
<div class="hidden md:block pt-4">
{% include "/submission/SubmissionActions.html" %}
</div>