From 4b2a9d9132badbc2399a39d32aba9a1623d99ce3 Mon Sep 17 00:00:00 2001 From: ketralnis Date: Thu, 6 Nov 2008 12:03:14 -0800 Subject: [PATCH] Don't hide scores on the 'details' page when hide_score is set --- r2/r2/templates/linkinfobar.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) 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}