<%= link_to question.title, polymorphic_path(question) %>
<%= render Shared::CommentsCountComponent.new(
question.comments.count,
url: polymorphic_path(question, anchor: "comments")
) %>
<%= render "summary_comments", comments: question.best_comments %>