mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-01 12:22:22 +00:00
Fix Comment Upvote Buttons
This commit is contained in:
parent
b218ec6065
commit
0b92868bfe
5 changed files with 2 additions and 14 deletions
|
@ -9,9 +9,7 @@
|
|||
{% for post in posts %}
|
||||
<div class="post">
|
||||
<div class="post_left">
|
||||
<button class="post_upvote">↑</button>
|
||||
<h3 class="post_score">{{ post.score }}</h3>
|
||||
<button class="post_upvote">↓</button>
|
||||
</div>
|
||||
<div class="post_right">
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue