Revert "fix vote buttons."

This reverts commit a0b6047d00.
This commit is contained in:
evazion
2021-04-02 03:58:14 -05:00
parent 243b3264e9
commit a2f3ba695c
6 changed files with 11 additions and 43 deletions

View File

@@ -25,9 +25,9 @@ module ForumTopicsHelper
def forum_post_vote_icon(vote)
if vote.score == 1
tag.img(src: "https://cdn.discordapp.com/emojis/814623669392375809.png?v=1", width: 24, height: 24)
upvote_icon
elsif vote.score == -1
tag.img(src: "https://cdn.discordapp.com/emojis/814335138376056843.png?v=1", width: 24, height: 24)
downvote_icon
else
meh_icon
end