mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 15:58:06 -05:00
fix hidden score on links when voting
This commit is contained in:
@@ -88,7 +88,9 @@
|
||||
${not display and "style='display:none'" or ''}>
|
||||
${self.arrow(thing, 1, thing.likes)}
|
||||
%if thing.hide_score:
|
||||
<div class="score">•</div>
|
||||
<div class="score likes">•</div>
|
||||
<div class="score unvoted">•</div>
|
||||
<div class="score dislikes">•</div>
|
||||
%else:
|
||||
${self.score(thing, thing.likes, tag='div')}
|
||||
%endif
|
||||
|
||||
Reference in New Issue
Block a user