% # Clients of this partial must provide the following variable:
# comment
%>
<% if comment.can_be_voted_on? %>
<% can_vote = comment.can_be_voted_on_by?(@commontator) %>
<% vote = comment.votes.find_by_voter_id_and_voter_type(@commontator.id, @commontator.class.name) %>
<% end %>