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