remotes/1693045480750635534/spooky-22
kek7198 2021-12-05 13:35:53 -06:00
parent e87e8ed3c0
commit ea992fc306
1 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
<ul class="flex items-center space-x-5 text-sm text-gray-500 mb-0"> <ul class="flex items-center text-sm text-gray-500 mb-0">
<li> <li class="mr-5">
<a {% if v %}href="{{p.permalink}}"{% else %}href="/logged_out{{p.permalink}}"{% endif %} class="text-gray-500 hover:text-gray-400"> <a {% if v %}href="{{p.permalink}}"{% else %}href="/logged_out{{p.permalink}}"{% endif %} class="text-gray-500 hover:text-gray-400">
<i class="fas fa-comment-dots fa-fw mr-2"></i>{{ p.comment_count }} comment{{ '' if p.comment_count == 1 else 's' }} <i class="fas fa-comment-dots fa-fw mr-2"></i>{{ p.comment_count }} comment{{ '' if p.comment_count == 1 else 's' }}
<span class="text-info hidden new-comments"></span> <span class="text-info hidden new-comments"></span>
@ -10,14 +10,13 @@
<i class="fas fa-eye fa-fw mr-2"></i>{{ p.views }} <i class="fas fa-eye fa-fw mr-2"></i>{{ p.views }}
</span> </span>
</li> </li>
<li class="mr-5">
<li>
<button class="copy-link" data-clipboard-text="{% if 'rama' in request.host %}https://dogpill.life{{p.permalink}}{% else %}{{p.permalink | full_link}}{% endif %}"> <button class="copy-link" data-clipboard-text="{% if 'rama' in request.host %}https://dogpill.life{{p.permalink}}{% else %}{{p.permalink | full_link}}{% endif %}">
<i class="fas fa-link fa-fw mr-2"></i>Copy link <i class="fas fa-link fa-fw mr-2"></i>Copy link
</button> </button>
</li> </li>
{% if v %} {% if v %}
<li class="list-inline-item"> <li class="mr-5">
<button data-bs-toggle="modal" data-bs-target="#actionsModal"> <button data-bs-toggle="modal" data-bs-target="#actionsModal">
<i class="fas fa-ellipsis-h fa-fw"></i> <i class="fas fa-ellipsis-h fa-fw"></i>
</button> </button>