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 @@ - %if not thing.a.hide_score: - - - - - - - %endif + + + + + + %if c.user_is_admin: <%include file="adminlinkinfo.html"/> %endif
${_("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}