<% if comments.any? %> <%= t("legislation.summary.most_voted_comments") %> <% comments.each do |comment| %>
<%= link_to simple_format(sanitize(comment.body, tags: [])), comment_path(comment) %>

<%= t("legislation.summary.votes", count: comment.votes_score) %>

<% end %> <% end %>