You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<iclass="fa fa-chevron-up vote up-vote answer-vote {% if request.user in answer.get_up_voters %}voted{% endif %}" aria-hidden="true" title="{% trans 'Click to up vote; click again to toggle' %}"></i>
<iclass="fa fa-chevron-down vote down-vote answer-vote {% if request.user in answer.get_down_voters %}voted{% endif %}" aria-hidden="true" title="{% trans 'Click to down vote; click again to toggle' %}"></i>
@@ -14,7 +14,7 @@
14
14
<iclass="fa fa-check accept" aria-hidden="true" title="{% trans 'Click to accept the answer' %}"></i>
<smallclass="text-secondary">{% trans 'Answers' %}</small>
30
-
<h3>{{ question.count_likers }}</h3>
31
-
<ahref="#"><h3><iclass="text-danger fa fa-heart{% if request.user not in question.get_likers %}-o{% endif %}" aria-hidden="true"></i></h3></a>
32
-
<smallclass="text-secondary">{% trans 'Likes' %}</small>
33
-
<iclass="fa fa-chevron-up vote up-vote answer-vote{% if request.user in question.get_upvoters %} voted{% endif %}" aria-hidden="true" title="{% trans 'Click to up vote; click again to toggle' %}"></i>
34
-
<h3>{{ question.count_votes }}</h3>
35
-
<iclass="fa fa-chevron-down vote down-vote answer-vote{% if request.user in question.get_downvoters %} voted{% endif %}" aria-hidden="true" title="{% trans 'Click to down vote; click again to toggle' %}"></i>
30
+
<iid="questionUpVote" class="fa fa-chevron-up vote up-vote question-vote{% if request.user in question.get_upvoters %} voted{% endif %}" aria-hidden="true" title="{% trans 'Click to up vote; click again to toggle' %}"></i>
<iid="questionDownVote" class="fa fa-chevron-down vote down-vote question-vote{% if request.user in question.get_downvoters %} voted{% endif %}" aria-hidden="true" title="{% trans 'Click to down vote; click again to toggle' %}"></i>
36
33
<smallclass="text-secondary">{% trans 'Votes' %}</small>
0 commit comments