Fix #4931: Add popup voter list for comments.
Show the comment's upvote and downvote count when you hover over a comment's score. For mods, show the list of voters as well.
This commit is contained in:
1
app/views/comment_votes/index.html+tooltip.erb
Normal file
1
app/views/comment_votes/index.html+tooltip.erb
Normal file
@@ -0,0 +1 @@
|
||||
<%= render_comment_votes_tooltip(@comment, current_user: CurrentUser.user) %>
|
||||
@@ -101,6 +101,7 @@
|
||||
<div id="tooltips">
|
||||
<div id="post-tooltips"></div>
|
||||
<div id="user-tooltips"></div>
|
||||
<div id="comment-votes-tooltips"></div>
|
||||
<div id="post-votes-tooltips"></div>
|
||||
<div id="post-favorites-tooltips"></div>
|
||||
<div id="popup-menus"></div>
|
||||
|
||||
Reference in New Issue
Block a user