<% @process.get_best_annotation_comments.take(10).each do |comment| %>
<%= t("legislation.annotations.index.comment_about") %>
"<%= Legislation::Annotation.find_by(id: comment.commentable_id).quote %>"
<%= comment.cached_votes_up - comment.cached_votes_down %> <%= t("legislation.summary.votes") %>
<%= t("legislation.annotations.show.title") %>:

<%= link_to comment.body, comment_path(comment) %>

<% end %>