<%= t("legislation.questions.question.debate") %>
<%= link_to question.title, legislation_process_question_path(question.process, question) %>
<%= render Shared::CommentsCountComponent.new(
question.comments.count,
url: legislation_process_question_path(question.process, question, anchor: "comments")
) %>
ยท <%= l question.created_at.to_date %>