diff --git a/r2/r2/templates/linkinfobar.html b/r2/r2/templates/linkinfobar.html index d49fa01fa..69259ae69 100644 --- a/r2/r2/templates/linkinfobar.html +++ b/r2/r2/templates/linkinfobar.html @@ -25,14 +25,12 @@
| ${_("submitted on")} | ${thing.a._date.strftime(thing.datefmt)} |
|---|---|
| ${ungettext('point', 'points', 5)} | -${thing.a.score} |
| ${_("up votes")} | -${thing.a.upvotes} |
| ${_("down votes")} | -${thing.a.downvotes} |
| ${ungettext('point', 'points', 5)} | +${thing.a.score} |
| ${_("up votes")} | +${thing.a.upvotes} |
| ${_("down votes")} | +${thing.a.downvotes} |