master
kek7198 2021-11-25 10:20:25 -06:00
parent 983fbd4e8a
commit 0258325865
1 changed files with 10 additions and 5 deletions

View File

@ -42,6 +42,16 @@
<div class="x-scroll-parent w-100">
<h5 class="card-title post-title text-left w-lg-75 mb-0 pb-0 pb-md-1">
<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>
@ -77,11 +87,6 @@
&nbsp;&nbsp;{{p.views}} views
</div>
<h5 class="card-title post-title text-left w-lg-75 mb-0 pb-0 pb-md-1"><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>