Make it so you can hover over a post's score to see the list of public upvotes. Also show the upvote count, the downvote count, and the upvote ratio.
2 lines
72 B
Plaintext
2 lines
72 B
Plaintext
<%= render_post_votes_tooltip(@post, current_user: CurrentUser.user) %>
|