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:
@@ -91,7 +91,9 @@ Rails.application.routes.draw do
|
||||
end
|
||||
resources :comment_votes, only: [:index, :show, :destroy]
|
||||
resources :comments do
|
||||
resource :votes, controller: "comment_votes", only: [:create, :destroy], as: "comment_votes"
|
||||
resource :votes, controller: "comment_votes", only: [:create, :destroy], as: "comment_votes" do
|
||||
get "/", action: :index
|
||||
end
|
||||
collection do
|
||||
get :search
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user