<a name="{{ comment.id }}"></a>\r
<table class="comment{% if not comment.top_scorer %} not_top_scorer{% endif %}" id="comment-{{comment.id}}">\r
<tr>\r
- <td rowspan="2" class="comment-score" id="comment-{{ comment.id }}-score">\r
+ <td rowspan="2" class="comment-score" id="post-{{ comment.id }}-score">\r
{% if comment.score %}{{ comment.score }}{% endif %}\r
</td>\r
<td class="comment-text" id="comment-{{comment.id}}-text">\r
<a class="comment-user userinfo" href="{{comment.user.get_profile_url}}">{{comment.user}}</a>\r
<span class="comment-age">({% diff_date comment.added_at %})</span>\r
{% if comment.can_like %}\r
- <a id="comment-{{ comment.id }}-like" href="{% url like_comment id=comment.id %}"\r
+ <a id="post-{{ comment.id }}-upvote" href="{% url vote_post id=comment.id,vote_type='up' %}"\r
title="{% trans "I like this comment (click again to cancel)" %}" class="ajax-command comment-like{% if comment.likes %} on{% endif %}"\r
rel="nofollow"> </a>\r
{% endif %}\r