forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-28 11:57:44 -06:00
parent 5443c09f9f
commit f290eaf013
1 changed files with 2 additions and 2 deletions

View File

@ -441,7 +441,7 @@
<img loading="lazy" src="{{p.author.profile_url}}" class="w-14 h-14 p-[3px] bg-white border border-gray-300 object-cover mb-2" alt="author avatar"/>
<!-- {% if v %}
{% if v %}
<div id="voting" class="shadow-inner shadow-md rounded-md flex flex-col mb-1 py-2 items-center w-16 border-opacity-40 border border-gray-700 bg-gray-700 text-gray-500">
<button id="post-{{p.id}}-up" tabindex="0" onclick="vote('post', '{{p.id}}', '1')" class="mx-auto arrow-up upvote-button post-{{p.id}}-up {% if voted==1 %}active{% endif %}"></button>
<span id="post-score-{{p.id}}" class="font-bold text-lg post-score-{{p.id}} {% if voted==1 %}score-up{% elif voted==-1%}score-down{% endif %}" data-bs-toggle="tooltip" data-bs-placement="right" title="" data-bs-original-title="+{{ups}} | -{{downs}}">{{score}}</span>
@ -474,7 +474,7 @@
</button>
{% endif %}
{% endif %} -->
{% endif %}
</div>